#215C3C

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

Shades of Green Pea #215C3C

Tints of Green Pea #215C3C

Color information

#215C3C (or 0x215C3C) is unknown color: approx Green Pea. HEX triplet: 21, 5C and 3C. RGB value is (33,92,60). Sum of RGB (Red+Green+Blue) = 33+92+60=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #215C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C3C is #DEA3C3. Grayscale: #464646. Windows color (decimal): -14590916 or 3955745. OLE color: 3955745.

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

Color convert

RGB339260-
CMYK0.6400.350.64
HSL147.46º47.2%24.51%-
HSV(B)147.46º64.13%36.08%-
XYZ5.278.35.6-
YUV70.71121.95101.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 92 (36.33% from 255) = 49.73%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=17.84%
G=49.73%
B=32.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392600.6400.350.64147.4647.224.51
Hex215C3C4002340932f19
Octal41134741000431002235731
Binary10000110111001111001000000010001110000001001001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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