Html Css Color HEX #027412 Green

📋 copy color: '#027412'

red 2 ◦ green 116 ◦ blue 18

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

Shades of Green #027412

Tints of Green #027412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 85.29%

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 1.47%
G = 85.29%
B = 13.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#027412 (or 0x027412) is known color: Green. HEX triplet: 02, 74 and 12. RGB value is (2,116,18). Sum of RGB (Red+Green+Blue) = 2+116+18=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 116 (45.70% from 255 or 85.29% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 116 - color contains mainly: green. Hex color #027412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027412 is #FD8BED. Grayscale: #474747. Windows color (decimal): -16616430 or 1209346. OLE color: 1209346.

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

Color convert

RGB 2 116 18 -
CMYK 0.98 0 0.84 0.55
HSL 128.42º 0.97% 0.23% -
HSV(B) 128.42º 0.98% 0.45% -
XYZ 6.38 12.55 2.66 -
YUV 70.74 98.23 78.97 -
System Red Green Blue C M Y K H S L
Decimal 2 116 18 0.98 0 0.84 0.55 128.42 0.97 0.23
Hex 2 74 12 62 0 54 37 80 61 17
Octal 2 164 22 142 0 124 67 200 141 27
Binary 10 1110100 10010 1100010 0 1010100 110111 10000000 1100001 10111

Color Harmonies of #027412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027412

Black with #027412

Text Example


Text Example

White with #027412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027412; }

 p { color: rgb(2,116,18); }

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

background-color css

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

 a { background-color: rgb(2,116,18); }

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

border-color css

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

 span { border-color: rgb(2,116,18); }

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