Html Css Color HEX #027211 Green

📋 copy color: '#027211'

red 2 ◦ green 114 ◦ blue 17

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

Shades of Green #027211

Tints of Green #027211

RGB

 RED value IS 2 (1.17% from 255) = 1.5%

 GREEN value IS 114 (44.92% from 255) = 85.71%

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 1.5%
G = 85.71%
B = 12.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#027211 (or 0x027211) is known color: Green. HEX triplet: 02, 72 and 11. RGB value is (2,114,17). Sum of RGB (Red+Green+Blue) = 2+114+17=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 114 (44.92% from 255 or 85.71% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 114 - color contains mainly: green. Hex color #027211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027211 is #FD8DEE. Grayscale: #454545. Windows color (decimal): -16616943 or 1143298. OLE color: 1143298.

HSL color Cylindrical-coordinate representation of color #027211: hue angle of 128.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027211 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 114 17 -
CMYK 0.98 0 0.85 0.55
HSL 128.04º 0.97% 0.23% -
HSV(B) 128.04º 0.98% 0.45% -
XYZ 6.14 12.09 2.54 -
YUV 69.45 98.39 79.89 -
System Red Green Blue C M Y K H S L
Decimal 2 114 17 0.98 0 0.85 0.55 128.04 0.97 0.23
Hex 2 72 11 62 0 55 37 80 61 17
Octal 2 162 21 142 0 125 67 200 141 27
Binary 10 1110010 10001 1100010 0 1010101 110111 10000000 1100001 10111

Color Harmonies of #027211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027211

Black with #027211

Text Example


Text Example

White with #027211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027211; }

 p { color: rgb(2,114,17); }

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

background-color css

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

 a { background-color: rgb(2,114,17); }

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

border-color css

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

 span { border-color: rgb(2,114,17); }

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