#215D3C

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

Shades of Green Pea #215D3C

Tints of Green Pea #215D3C

Color information

#215D3C (or 0x215D3C) is unknown color: approx Green Pea. HEX triplet: 21, 5D and 3C. RGB value is (33,93,60). Sum of RGB (Red+Green+Blue) = 33+93+60=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #215D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D3C is #DEA2C3. Grayscale: #474747. Windows color (decimal): -14590660 or 3956001. OLE color: 3956001.

HSL color Cylindrical-coordinate representation of color #215D3C: hue angle of 147º 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 #215D3C is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB339360-
CMYK0.6500.350.64
HSL147º47.62%24.71%-
HSV(B)147º64.52%36.47%-
XYZ5.368.485.63-
YUV71.3121.62100.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 93 (36.72% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=17.74%
G=50%
B=32.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393600.6500.350.6414747.6224.71
Hex215D3C4102340933019
Octal41135741010431002236031
Binary10000110111011111001000001010001110000001001001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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