#215D33

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

Shades of Camarone #215D33

Tints of Camarone #215D33

Color information

#215D33 (or 0x215D33) is unknown color: approx Camarone. HEX triplet: 21, 5D and 33. RGB value is (33,93,51). Sum of RGB (Red+Green+Blue) = 33+93+51=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #215D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D33 is #DEA2CC. Grayscale: #464646. Windows color (decimal): -14590669 or 3366177. OLE color: 3366177.

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

Color convert

RGB339351-
CMYK0.6500.450.64
HSL138º47.62%24.71%-
HSV(B)138º64.52%36.47%-
XYZ5.148.394.48-
YUV70.27117.12101.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 93 (36.72% from 255) = 52.54%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=18.64%
G=52.54%
B=28.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393510.6500.450.6413847.6224.71
Hex215D334102D408a3019
Octal41135631010551002126031
Binary10000110111011100111000001010110110000001000101011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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