Html Css Color HEX #215E42 Green Pea

📋 copy color: '#215E42'

red 33 ◦ green 94 ◦ blue 66

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

Shades of Green Pea #215E42

Tints of Green Pea #215E42

RGB

 RED value IS 33 (13.28% from 255) = 17.1%

 GREEN value IS 94 (37.11% from 255) = 48.7%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 17.1%
G = 48.7%
B = 34.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#215E42 (or 0x215E42) is known color: Green Pea. HEX triplet: 21, 5E and 42. RGB value is (33,94,66). Sum of RGB (Red+Green+Blue) = 33+94+66=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 94 - color contains mainly: green. Hex color #215E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E42 is #DEA1BD. Grayscale: #484848. Windows color (decimal): -14590398 or 4349473. OLE color: 4349473.

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

Color convert

RGB 33 94 66 -
CMYK 0.65 0 0.30 0.63
HSL 152.46º 0.48% 0.25% -
HSV(B) 152.46º 0.65% 0.37% -
XYZ 5.61 8.72 6.54 -
YUV 72.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 33 94 66 0.65 0 0.30 0.63 152.46 0.48 0.25
Hex 21 5E 42 41 0 1E 3F 98 30 19
Octal 41 136 102 101 0 36 77 230 60 31
Binary 100001 1011110 1000010 1000001 0 11110 111111 10011000 110000 11001

Color Harmonies of #215E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E42

Black with #215E42

Text Example


Text Example

White with #215E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #215E42;
 }
 .AnyTagClassName
 {
   color: #215E42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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