Html Css Color HEX #216246 Green Pea

📋 copy color: '#216246'

red 33 ◦ green 98 ◦ blue 70

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

Shades of Green Pea #216246

Tints of Green Pea #216246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.83%

R = 16.42%
G = 48.76%
B = 34.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#216246 (or 0x216246) is known color: Green Pea. HEX triplet: 21, 62 and 46. RGB value is (33,98,70). Sum of RGB (Red+Green+Blue) = 33+98+70=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #216246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216246 is #DE9DB9. Grayscale: #4B4B4B. Windows color (decimal): -14589370 or 4612641. OLE color: 4612641.

HSL color Cylindrical-coordinate representation of color #216246: hue angle of 154.15º 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 #216246 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 70 -
CMYK 0.66 0 0.29 0.62
HSL 154.15º 0.5% 0.26% -
HSV(B) 154.15º 0.66% 0.38% -
XYZ 6.1 9.5 7.31 -
YUV 75.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 33 98 70 0.66 0 0.29 0.62 154.15 0.5 0.26
Hex 21 62 46 42 0 1D 3E 9A 32 1A
Octal 41 142 106 102 0 35 76 232 62 32
Binary 100001 1100010 1000110 1000010 0 11101 111110 10011010 110010 11010

Color Harmonies of #216246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216246

Black with #216246

Text Example


Text Example

White with #216246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216246; }

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

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

background-color css

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

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

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

border-color css

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

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

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