Html Css Color HEX #216849 Green Pea

📋 copy color: '#216849'

red 33 ◦ green 104 ◦ blue 73

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

Shades of Green Pea #216849

Tints of Green Pea #216849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.52%

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 15.71%
G = 49.52%
B = 34.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#216849 (or 0x216849) is known color: Green Pea. HEX triplet: 21, 68 and 49. RGB value is (33,104,73). Sum of RGB (Red+Green+Blue) = 33+104+73=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #216849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216849 is #DE97B6. Grayscale: #4F4F4F. Windows color (decimal): -14587831 or 4810785. OLE color: 4810785.

HSL color Cylindrical-coordinate representation of color #216849: hue angle of 153.8º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216849 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 104 73 -
CMYK 0.68 0 0.30 0.59
HSL 153.8º 0.52% 0.27% -
HSV(B) 153.8º 0.68% 0.41% -
XYZ 6.78 10.71 8.01 -
YUV 79.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 33 104 73 0.68 0 0.30 0.59 153.8 0.52 0.27
Hex 21 68 49 44 0 1E 3B 9A 34 1B
Octal 41 150 111 104 0 36 73 232 64 33
Binary 100001 1101000 1001001 1000100 0 11110 111011 10011010 110100 11011

Color Harmonies of #216849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216849

Black with #216849

Text Example


Text Example

White with #216849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216849; }

 p { color: rgb(33,104,73); }

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

background-color css

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

 a { background-color: rgb(33,104,73); }

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

border-color css

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

 span { border-color: rgb(33,104,73); }

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