Html Css Color HEX #027F13 Green

📋 copy color: '#027F13'

red 2 ◦ green 127 ◦ blue 19

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

Shades of Green #027F13

Tints of Green #027F13

RGB

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

 GREEN value IS 127 (50% from 255) = 85.81%

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 1.35%
G = 85.81%
B = 12.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#027F13 (or 0x027F13) is known color: Green. HEX triplet: 02, 7F and 13. RGB value is (2,127,19). Sum of RGB (Red+Green+Blue) = 2+127+19=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 127 (50% from 255 or 85.81% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 127 - color contains mainly: green. Hex color #027F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027F13 is #FD80EC. Grayscale: #4D4D4D. Windows color (decimal): -16613613 or 1277698. OLE color: 1277698.

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

Color convert

RGB 2 127 19 -
CMYK 0.98 0 0.85 0.50
HSL 128.16º 0.97% 0.25% -
HSV(B) 128.16º 0.98% 0.5% -
XYZ 7.73 15.24 3.15 -
YUV 77.31 95.09 74.28 -
System Red Green Blue C M Y K H S L
Decimal 2 127 19 0.98 0 0.85 0.50 128.16 0.97 0.25
Hex 2 7F 13 62 0 55 32 80 61 19
Octal 2 177 23 142 0 125 62 200 141 31
Binary 10 1111111 10011 1100010 0 1010101 110010 10000000 1100001 11001

Color Harmonies of #027F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F13

Black with #027F13

Text Example


Text Example

White with #027F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,127,19); }

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

background-color css

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

 a { background-color: rgb(2,127,19); }

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

border-color css

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

 span { border-color: rgb(2,127,19); }

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