Html Css Color HEX #027E04 Green

📋 copy color: '#027E04'

red 2 ◦ green 126 ◦ blue 4

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

Shades of Green #027E04

Tints of Green #027E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 1.52%
G = 95.45%
B = 3.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#027E04 (or 0x027E04) is known color: Green. HEX triplet: 02, 7E and 04. RGB value is (2,126,4). Sum of RGB (Red+Green+Blue) = 2+126+4=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 126 (49.61% from 255 or 95.45% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 126 - color contains mainly: green. Hex color #027E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027E04 is #FD81FB. Grayscale: #4B4B4B. Windows color (decimal): -16613884 or 294402. OLE color: 294402.

HSL color Cylindrical-coordinate representation of color #027E04: hue angle of 120.97º 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 #027E04 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 126 4 -
CMYK 0.98 0 0.97 0.51
HSL 120.97º 0.97% 0.25% -
HSV(B) 120.97º 0.98% 0.49% -
XYZ 7.51 14.94 2.6 -
YUV 75.02 87.92 75.92 -
System Red Green Blue C M Y K H S L
Decimal 2 126 4 0.98 0 0.97 0.51 120.97 0.97 0.25
Hex 2 7E 4 62 0 61 33 79 61 19
Octal 2 176 4 142 0 141 63 171 141 31
Binary 10 1111110 100 1100010 0 1100001 110011 1111001 1100001 11001

Color Harmonies of #027E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027E04

Black with #027E04

Text Example


Text Example

White with #027E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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