#235F30

Color #235F30 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #235F30

Tints of Camarone #235F30

Color information

#235F30 (or 0x235F30) is unknown color: approx Camarone. HEX triplet: 23, 5F and 30. RGB value is (35,95,48). Sum of RGB (Red+Green+Blue) = 35+95+48=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #235F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235F30 is #DCA0CF. Grayscale: #474747. Windows color (decimal): -14459088 or 3170083. OLE color: 3170083.

HSL color Cylindrical-coordinate representation of color #235F30: hue angle of 133º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235F30 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB359548-
CMYK0.6300.490.63
HSL133º46.15%25.49%-
HSV(B)133º63.16%37.25%-
XYZ5.328.764.21-
YUV71.7114.62101.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 95 (37.5% from 255) = 53.37%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=19.66%
G=53.37%
B=26.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3595480.6300.490.6313346.1525.49
Hex235F303F0313F852e19
Octal431376077061772055631
Binary100011101111111000011111101100011111111000010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235F30; }

 p { color: rgb(35,95,48); }

 H1.HeaderClassName
 {
   color: #235F30;
 }
 .AnyTagClassName
 {
   color: #235F30;
 }
</style>
background-color css

<style>
 a { background-color: #235F30; }

 a { background-color: rgb(35,95,48); }

 div.DivClassName
 {
   background-color: #235F30;
 }
 .BgClassName
 {
   background-color: #235F30;
 }
</style>
border-color css

<style>
 span { border-color: #235F30; }

 span { border-color: rgb(35,95,48); }

 td.TdClassName
 {
   border-color: #235F30;
 }
 .TagClassName
 {
   border-color: #235F30;
 }
</style>