Html Css Color HEX #216941 Green Pea

📋 copy color: '#216941'

red 33 ◦ green 105 ◦ blue 65

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

Shades of Green Pea #216941

Tints of Green Pea #216941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 16.26%
G = 51.72%
B = 32.02%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#216941 (or 0x216941) is known color: Green Pea. HEX triplet: 21, 69 and 41. RGB value is (33,105,65). Sum of RGB (Red+Green+Blue) = 33+105+65=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #216941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216941 is #DE96BE. Grayscale: #4F4F4F. Windows color (decimal): -14587583 or 4286753. OLE color: 4286753.

HSL color Cylindrical-coordinate representation of color #216941: hue angle of 146.67º 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 #216941 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 105 65 -
CMYK 0.69 0 0.38 0.59
HSL 146.67º 0.52% 0.27% -
HSV(B) 146.67º 0.69% 0.41% -
XYZ 6.63 10.81 6.74 -
YUV 78.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 33 105 65 0.69 0 0.38 0.59 146.67 0.52 0.27
Hex 21 69 41 45 0 26 3B 93 34 1B
Octal 41 151 101 105 0 46 73 223 64 33
Binary 100001 1101001 1000001 1000101 0 100110 111011 10010011 110100 11011

Color Harmonies of #216941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216941

Black with #216941

Text Example


Text Example

White with #216941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216941; }

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

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

background-color css

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

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

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

border-color css

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

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

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