Html Css Color HEX #027016 Green

📋 copy color: '#027016'

red 2 ◦ green 112 ◦ blue 22

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

Shades of Green #027016

Tints of Green #027016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 82.35%

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

R = 1.47%
G = 82.35%
B = 16.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#027016 (or 0x027016) is known color: Green. HEX triplet: 02, 70 and 16. RGB value is (2,112,22). Sum of RGB (Red+Green+Blue) = 2+112+22=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 112 (44.14% from 255 or 82.35% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 112 - color contains mainly: green. Hex color #027016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027016 is #FD8FE9. Grayscale: #454545. Windows color (decimal): -16617450 or 1470466. OLE color: 1470466.

HSL color Cylindrical-coordinate representation of color #027016: hue angle of 130.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027016 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 22 -
CMYK 0.98 0 0.80 0.56
HSL 130.91º 0.96% 0.22% -
HSV(B) 130.91º 0.98% 0.44% -
XYZ 5.96 11.66 2.7 -
YUV 68.85 101.56 80.32 -
System Red Green Blue C M Y K H S L
Decimal 2 112 22 0.98 0 0.80 0.56 130.91 0.96 0.22
Hex 2 70 16 62 0 50 38 83 60 16
Octal 2 160 26 142 0 120 70 203 140 26
Binary 10 1110000 10110 1100010 0 1010000 111000 10000011 1100000 10110

Color Harmonies of #027016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027016

Black with #027016

Text Example


Text Example

White with #027016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027016; }

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

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

background-color css

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

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

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

border-color css

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

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

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