#215E33

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

Shades of Camarone #215E33

Tints of Camarone #215E33

Color information

#215E33 (or 0x215E33) is unknown color: approx Camarone. HEX triplet: 21, 5E and 33. RGB value is (33,94,51). Sum of RGB (Red+Green+Blue) = 33+94+51=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 94 (37.11% from 255 or 52.81% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 94 - color contains mainly: green. Hex color #215E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E33 is #DEA1CC. Grayscale: #464646. Windows color (decimal): -14590413 or 3366433. OLE color: 3366433.

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

Color convert

RGB339451-
CMYK0.6500.460.63
HSL137.7º48.03%24.9%-
HSV(B)137.7º64.89%36.86%-
XYZ5.238.574.51-
YUV70.86116.79101-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 94 (37.11% from 255) = 52.81%
BLUE value IS 51 (20.31% from 255) = 28.65%
R=18.54%
G=52.81%
B=28.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3394510.6500.460.63137.748.0324.9
Hex215E334102E3F8a3019
Octal4113663101056772126031
Binary1000011011110110011100000101011101111111000101011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215E33; }

 p { color: rgb(33,94,51); }

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

<style>
 a { background-color: #215E33; }

 a { background-color: rgb(33,94,51); }

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

<style>
 span { border-color: #215E33; }

 span { border-color: rgb(33,94,51); }

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