#215842

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

Shades of Green Pea #215842

Tints of Green Pea #215842

Color information

#215842 (or 0x215842) is unknown color: approx Green Pea. HEX triplet: 21, 58 and 42. RGB value is (33,88,66). Sum of RGB (Red+Green+Blue) = 33+88+66=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #215842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215842 is #DEA7BD. Grayscale: #454545. Windows color (decimal): -14591934 or 4347937. OLE color: 4347937.

HSL color Cylindrical-coordinate representation of color #215842: hue angle of 156º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215842 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB338866-
CMYK0.6200.250.65
HSL156º45.45%23.73%-
HSV(B)156º62.5%34.51%-
XYZ5.17.76.37-
YUV69.05126.28102.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 88 (34.77% from 255) = 47.06%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=17.65%
G=47.06%
B=35.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3388660.6200.250.6515645.4523.73
Hex2158423E019419c2d18
Octal41130102760311012345530
Binary1000011011000100001011111001100110000011001110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215842; }

 p { color: rgb(33,88,66); }

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

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

 a { background-color: rgb(33,88,66); }

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

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

 span { border-color: rgb(33,88,66); }

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