Html Css Color HEX #027A12 Green

📋 copy color: '#027A12'

red 2 ◦ green 122 ◦ blue 18

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

Shades of Green #027A12

Tints of Green #027A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 85.92%

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

R = 1.41%
G = 85.92%
B = 12.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#027A12 (or 0x027A12) is known color: Green. HEX triplet: 02, 7A and 12. RGB value is (2,122,18). Sum of RGB (Red+Green+Blue) = 2+122+18=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 122 (48.05% from 255 or 85.92% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 122 - color contains mainly: green. Hex color #027A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A12 is #FD85ED. Grayscale: #4A4A4A. Windows color (decimal): -16614894 or 1210882. OLE color: 1210882.

HSL color Cylindrical-coordinate representation of color #027A12: hue angle of 128º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A12 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 122 18 -
CMYK 0.98 0 0.85 0.52
HSL 128º 0.97% 0.24% -
HSV(B) 128º 0.98% 0.48% -
XYZ 7.09 13.98 2.9 -
YUV 74.26 96.24 76.46 -
System Red Green Blue C M Y K H S L
Decimal 2 122 18 0.98 0 0.85 0.52 128 0.97 0.24
Hex 2 7A 12 62 0 55 34 80 61 18
Octal 2 172 22 142 0 125 64 200 141 30
Binary 10 1111010 10010 1100010 0 1010101 110100 10000000 1100001 11000

Color Harmonies of #027A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A12

Black with #027A12

Text Example


Text Example

White with #027A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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