Html Css Color HEX #216140 Green Pea

📋 copy color: '#216140'

red 33 ◦ green 97 ◦ blue 64

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

Shades of Green Pea #216140

Tints of Green Pea #216140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50%

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 17.01%
G = 50%
B = 32.99%

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

#216140 (or 0x216140) is known color: Green Pea. HEX triplet: 21, 61 and 40. RGB value is (33,97,64). Sum of RGB (Red+Green+Blue) = 33+97+64=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #216140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216140 is #DE9EBF. Grayscale: #4A4A4A. Windows color (decimal): -14589632 or 4219169. OLE color: 4219169.

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

Color convert

RGB 33 97 64 -
CMYK 0.66 0 0.34 0.62
HSL 149.06º 0.49% 0.25% -
HSV(B) 149.06º 0.66% 0.38% -
XYZ 5.83 9.24 6.33 -
YUV 74.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 33 97 64 0.66 0 0.34 0.62 149.06 0.49 0.25
Hex 21 61 40 42 0 22 3E 95 31 19
Octal 41 141 100 102 0 42 76 225 61 31
Binary 100001 1100001 1000000 1000010 0 100010 111110 10010101 110001 11001

Color Harmonies of #216140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216140

Black with #216140

Text Example


Text Example

White with #216140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216140; }

 p { color: rgb(33,97,64); }

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

background-color css

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

 a { background-color: rgb(33,97,64); }

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

border-color css

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

 span { border-color: rgb(33,97,64); }

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