Html Css Color HEX #027E0A Green

📋 copy color: '#027E0A'

red 2 ◦ green 126 ◦ blue 10

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

Shades of Green #027E0A

Tints of Green #027E0A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 91.3%

 BLUE value IS 10 (4.3% from 255) = 7.25%

R = 1.45%
G = 91.3%
B = 7.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#027E0A (or 0x027E0A) is known color: Green. HEX triplet: 02, 7E and 0A. RGB value is (2,126,10). Sum of RGB (Red+Green+Blue) = 2+126+10=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 126 (49.61% from 255 or 91.30% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 126 - color contains mainly: green. Hex color #027E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027E0A is #FD81F5. Grayscale: #4C4C4C. Windows color (decimal): -16613878 or 687618. OLE color: 687618.

HSL color Cylindrical-coordinate representation of color #027E0A: hue angle of 123.87º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E0A is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 126 10 -
CMYK 0.98 0 0.92 0.51
HSL 123.87º 0.97% 0.25% -
HSV(B) 123.87º 0.98% 0.49% -
XYZ 7.54 14.96 2.78 -
YUV 75.7 90.92 75.43 -
System Red Green Blue C M Y K H S L
Decimal 2 126 10 0.98 0 0.92 0.51 123.87 0.97 0.25
Hex 2 7E A 62 0 5C 33 7C 61 19
Octal 2 176 12 142 0 134 63 174 141 31
Binary 10 1111110 1010 1100010 0 1011100 110011 1111100 1100001 11001

Color Harmonies of #027E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027E0A

Black with #027E0A

Text Example


Text Example

White with #027E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,126,10); }

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

background-color css

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

 a { background-color: rgb(2,126,10); }

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

border-color css

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

 span { border-color: rgb(2,126,10); }

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