Html Css Color HEX #216144 Green Pea

📋 copy color: '#216144'

red 33 ◦ green 97 ◦ blue 68

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

Shades of Green Pea #216144

Tints of Green Pea #216144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.99%

 BLUE value IS 68 (26.95% from 255) = 34.34%

R = 16.67%
G = 48.99%
B = 34.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#216144 (or 0x216144) is known color: Green Pea. HEX triplet: 21, 61 and 44. RGB value is (33,97,68). Sum of RGB (Red+Green+Blue) = 33+97+68=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #216144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216144 is #DE9EBB. Grayscale: #4A4A4A. Windows color (decimal): -14589628 or 4481313. OLE color: 4481313.

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

Color convert

RGB 33 97 68 -
CMYK 0.66 0 0.30 0.62
HSL 152.81º 0.49% 0.25% -
HSV(B) 152.81º 0.66% 0.38% -
XYZ 5.95 9.29 6.95 -
YUV 74.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 33 97 68 0.66 0 0.30 0.62 152.81 0.49 0.25
Hex 21 61 44 42 0 1E 3E 99 31 19
Octal 41 141 104 102 0 36 76 231 61 31
Binary 100001 1100001 1000100 1000010 0 11110 111110 10011001 110001 11001

Color Harmonies of #216144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216144

Black with #216144

Text Example


Text Example

White with #216144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216144; }

 p { color: rgb(33,97,68); }

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

background-color css

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

 a { background-color: rgb(33,97,68); }

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

border-color css

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

 span { border-color: rgb(33,97,68); }

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