Html Css Color HEX #027F07 Green

📋 copy color: '#027F07'

red 2 ◦ green 127 ◦ blue 7

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

Shades of Green #027F07

Tints of Green #027F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.15%

R = 1.47%
G = 93.38%
B = 5.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#027F07 (or 0x027F07) is known color: Green. HEX triplet: 02, 7F and 07. RGB value is (2,127,7). Sum of RGB (Red+Green+Blue) = 2+127+7=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 127 (50% from 255 or 93.38% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 127 - color contains mainly: green. Hex color #027F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027F07 is #FD80F8. Grayscale: #4C4C4C. Windows color (decimal): -16613625 or 491266. OLE color: 491266.

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

Color convert

RGB 2 127 7 -
CMYK 0.98 0 0.94 0.50
HSL 122.4º 0.97% 0.25% -
HSV(B) 122.4º 0.98% 0.5% -
XYZ 7.65 15.21 2.73 -
YUV 75.95 89.09 75.26 -
System Red Green Blue C M Y K H S L
Decimal 2 127 7 0.98 0 0.94 0.50 122.4 0.97 0.25
Hex 2 7F 7 62 0 5E 32 7A 61 19
Octal 2 177 7 142 0 136 62 172 141 31
Binary 10 1111111 111 1100010 0 1011110 110010 1111010 1100001 11001

Color Harmonies of #027F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F07

Black with #027F07

Text Example


Text Example

White with #027F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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