Html Css Color HEX #027014 Green

📋 copy color: '#027014'

red 2 ◦ green 112 ◦ blue 20

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

Shades of Green #027014

Tints of Green #027014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 1.49%
G = 83.58%
B = 14.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#027014 (or 0x027014) is known color: Green. HEX triplet: 02, 70 and 14. RGB value is (2,112,20). Sum of RGB (Red+Green+Blue) = 2+112+20=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #027014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027014 is #FD8FEB. Grayscale: #444444. Windows color (decimal): -16617452 or 1339394. OLE color: 1339394.

HSL color Cylindrical-coordinate representation of color #027014: hue angle of 129.82º 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 #027014 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 20 -
CMYK 0.98 0 0.82 0.56
HSL 129.82º 0.96% 0.22% -
HSV(B) 129.82º 0.98% 0.44% -
XYZ 5.95 11.65 2.6 -
YUV 68.62 100.56 80.48 -
System Red Green Blue C M Y K H S L
Decimal 2 112 20 0.98 0 0.82 0.56 129.82 0.96 0.22
Hex 2 70 14 62 0 52 38 82 60 16
Octal 2 160 24 142 0 122 70 202 140 26
Binary 10 1110000 10100 1100010 0 1010010 111000 10000010 1100000 10110

Color Harmonies of #027014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027014

Black with #027014

Text Example


Text Example

White with #027014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027014; }

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

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

background-color css

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

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

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

border-color css

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

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

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