Html Css Color HEX #216241 Green Pea

📋 copy color: '#216241'

red 33 ◦ green 98 ◦ blue 65

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

Shades of Green Pea #216241

Tints of Green Pea #216241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50%

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

R = 16.84%
G = 50%
B = 33.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#216241 (or 0x216241) is known color: Green Pea. HEX triplet: 21, 62 and 41. RGB value is (33,98,65). Sum of RGB (Red+Green+Blue) = 33+98+65=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #216241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216241 is #DE9DBE. Grayscale: #4A4A4A. Windows color (decimal): -14589375 or 4284961. OLE color: 4284961.

HSL color Cylindrical-coordinate representation of color #216241: hue angle of 149.54º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216241 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 65 -
CMYK 0.66 0 0.34 0.62
HSL 149.54º 0.5% 0.26% -
HSV(B) 149.54º 0.66% 0.38% -
XYZ 5.95 9.44 6.51 -
YUV 74.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 33 98 65 0.66 0 0.34 0.62 149.54 0.5 0.26
Hex 21 62 41 42 0 22 3E 96 32 1A
Octal 41 142 101 102 0 42 76 226 62 32
Binary 100001 1100010 1000001 1000010 0 100010 111110 10010110 110010 11010

Color Harmonies of #216241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216241

Black with #216241

Text Example


Text Example

White with #216241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216241; }

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

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

background-color css

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

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

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

border-color css

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

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

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