Html Css Color HEX #216C44 Green Pea

📋 copy color: '#216C44'

red 33 ◦ green 108 ◦ blue 68

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

Shades of Green Pea #216C44

Tints of Green Pea #216C44

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.67%

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

R = 15.79%
G = 51.67%
B = 32.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#216C44 (or 0x216C44) is known color: Green Pea. HEX triplet: 21, 6C and 44. RGB value is (33,108,68). Sum of RGB (Red+Green+Blue) = 33+108+68=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #216C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216C44 is #DE93BB. Grayscale: #515151. Windows color (decimal): -14586812 or 4484129. OLE color: 4484129.

HSL color Cylindrical-coordinate representation of color #216C44: hue angle of 148º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216C44 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 108 68 -
CMYK 0.69 0 0.37 0.58
HSL 148º 0.53% 0.28% -
HSV(B) 148º 0.69% 0.42% -
XYZ 7.03 11.47 7.31 -
YUV 81.02 120.65 93.75 -
System Red Green Blue C M Y K H S L
Decimal 33 108 68 0.69 0 0.37 0.58 148 0.53 0.28
Hex 21 6C 44 45 0 25 3A 94 35 1C
Octal 41 154 104 105 0 45 72 224 65 34
Binary 100001 1101100 1000100 1000101 0 100101 111010 10010100 110101 11100

Color Harmonies of #216C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216C44

Black with #216C44

Text Example


Text Example

White with #216C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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