Html Css Color HEX #216841 Green Pea

📋 copy color: '#216841'

red 33 ◦ green 104 ◦ blue 65

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

Shades of Green Pea #216841

Tints of Green Pea #216841

RGB

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

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

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

R = 16.34%
G = 51.49%
B = 32.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#216841 (or 0x216841) is known color: Green Pea. HEX triplet: 21, 68 and 41. RGB value is (33,104,65). Sum of RGB (Red+Green+Blue) = 33+104+65=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #216841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216841 is #DE97BE. Grayscale: #4E4E4E. Windows color (decimal): -14587839 or 4286497. OLE color: 4286497.

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

Color convert

RGB 33 104 65 -
CMYK 0.68 0 0.38 0.59
HSL 147.04º 0.52% 0.27% -
HSV(B) 147.04º 0.68% 0.41% -
XYZ 6.53 10.61 6.7 -
YUV 78.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 33 104 65 0.68 0 0.38 0.59 147.04 0.52 0.27
Hex 21 68 41 44 0 26 3B 93 34 1B
Octal 41 150 101 104 0 46 73 223 64 33
Binary 100001 1101000 1000001 1000100 0 100110 111011 10010011 110100 11011

Color Harmonies of #216841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216841

Black with #216841

Text Example


Text Example

White with #216841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216841; }

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

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

background-color css

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

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

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

border-color css

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

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

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