Html Css Color HEX #027916 Green

📋 copy color: '#027916'

red 2 ◦ green 121 ◦ blue 22

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

Shades of Green #027916

Tints of Green #027916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 83.45%

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 1.38%
G = 83.45%
B = 15.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#027916 (or 0x027916) is known color: Green. HEX triplet: 02, 79 and 16. RGB value is (2,121,22). Sum of RGB (Red+Green+Blue) = 2+121+22=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 121 (47.66% from 255 or 83.45% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 121 - color contains mainly: green. Hex color #027916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027916 is #FD86E9. Grayscale: #4A4A4A. Windows color (decimal): -16615146 or 1472770. OLE color: 1472770.

HSL color Cylindrical-coordinate representation of color #027916: hue angle of 130.08º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027916 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 121 22 -
CMYK 0.98 0 0.82 0.53
HSL 130.08º 0.97% 0.24% -
HSV(B) 130.08º 0.98% 0.47% -
XYZ 7.01 13.75 3.04 -
YUV 74.13 98.58 76.55 -
System Red Green Blue C M Y K H S L
Decimal 2 121 22 0.98 0 0.82 0.53 130.08 0.97 0.24
Hex 2 79 16 62 0 52 35 82 61 18
Octal 2 171 26 142 0 122 65 202 141 30
Binary 10 1111001 10110 1100010 0 1010010 110101 10000010 1100001 11000

Color Harmonies of #027916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027916

Black with #027916

Text Example


Text Example

White with #027916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027916; }

 p { color: rgb(2,121,22); }

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

background-color css

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

 a { background-color: rgb(2,121,22); }

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

border-color css

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

 span { border-color: rgb(2,121,22); }

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