Html Css Color HEX #216946 Green Pea

📋 copy color: '#216946'

red 33 ◦ green 105 ◦ blue 70

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

Shades of Green Pea #216946

Tints of Green Pea #216946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.48%

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

R = 15.87%
G = 50.48%
B = 33.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#216946 (or 0x216946) is known color: Green Pea. HEX triplet: 21, 69 and 46. RGB value is (33,105,70). Sum of RGB (Red+Green+Blue) = 33+105+70=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #216946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216946 is #DE96B9. Grayscale: #4F4F4F. Windows color (decimal): -14587578 or 4614433. OLE color: 4614433.

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

Color convert

RGB 33 105 70 -
CMYK 0.69 0 0.33 0.59
HSL 150.83º 0.52% 0.27% -
HSV(B) 150.83º 0.69% 0.41% -
XYZ 6.78 10.87 7.53 -
YUV 79.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 33 105 70 0.69 0 0.33 0.59 150.83 0.52 0.27
Hex 21 69 46 45 0 21 3B 97 34 1B
Octal 41 151 106 105 0 41 73 227 64 33
Binary 100001 1101001 1000110 1000101 0 100001 111011 10010111 110100 11011

Color Harmonies of #216946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216946

Black with #216946

Text Example


Text Example

White with #216946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216946; }

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

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

background-color css

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

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

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

border-color css

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

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

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