Html Css Color HEX #215842 Green Pea

📋 copy color: '#215842'

red 33 ◦ green 88 ◦ blue 66

#215842
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Pea #215842

Tints of Green Pea #215842

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 value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#215842 (or 0x215842) is known color: 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

RGB 33 88 66 -
CMYK 0.62 0 0.25 0.65
HSL 156º 0.45% 0.24% -
HSV(B) 156º 0.63% 0.35% -
XYZ 5.1 7.7 6.37 -
YUV 69.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 33 88 66 0.62 0 0.25 0.65 156 0.45 0.24
Hex 21 58 42 3E 0 19 41 9C 2D 18
Octal 41 130 102 76 0 31 101 234 55 30
Binary 100001 1011000 1000010 111110 0 11001 1000001 10011100 101101 11000

Color Harmonies of #215842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215842

Black with #215842

Text Example


Text Example

White with #215842

Text Example


Text Example

HTML Codes & Css Web 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>