Html Css Color HEX #216242 Green Pea

📋 copy color: '#216242'

red 33 ◦ green 98 ◦ blue 66

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

Shades of Green Pea #216242

Tints of Green Pea #216242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.75%

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

R = 16.75%
G = 49.75%
B = 33.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#216242 (or 0x216242) is known color: Green Pea. HEX triplet: 21, 62 and 42. RGB value is (33,98,66). Sum of RGB (Red+Green+Blue) = 33+98+66=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #216242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216242 is #DE9DBD. Grayscale: #4A4A4A. Windows color (decimal): -14589374 or 4350497. OLE color: 4350497.

HSL color Cylindrical-coordinate representation of color #216242: hue angle of 150.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216242 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 66 -
CMYK 0.66 0 0.33 0.62
HSL 150.46º 0.5% 0.26% -
HSV(B) 150.46º 0.66% 0.38% -
XYZ 5.98 9.45 6.66 -
YUV 74.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 33 98 66 0.66 0 0.33 0.62 150.46 0.5 0.26
Hex 21 62 42 42 0 21 3E 96 32 1A
Octal 41 142 102 102 0 41 76 226 62 32
Binary 100001 1100010 1000010 1000010 0 100001 111110 10010110 110010 11010

Color Harmonies of #216242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216242

Black with #216242

Text Example


Text Example

White with #216242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216242; }

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

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

background-color css

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

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

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

border-color css

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

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

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