#027F1B

Color #027F1B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #027F1B

Tints of Green #027F1B

Color information

#027F1B (or 0x027F1B) is unknown color: approx Green. HEX triplet: 02, 7F and 1B. RGB value is (2,127,27). Sum of RGB (Red+Green+Blue) = 2+127+27=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 127 (50% from 255 or 81.41% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 127 - color contains mainly: green. Hex color #027F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027F1B is #FD80E4. Grayscale: #4E4E4E. Windows color (decimal): -16613605 or 1801986. OLE color: 1801986.

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

Color convert

RGB212727-
CMYK0.9800.790.50
HSL132º96.9%25.29%-
HSV(B)132º98.43%49.8%-
XYZ7.8115.273.57-
YUV78.2299.0973.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 127 (50% from 255) = 81.41%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=1.28%
G=81.41%
B=17.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2127270.9800.790.5013296.925.29
Hex27F1B6204F32846119
Octal21773314201176220414131
Binary1011111111101111000100100111111001010000100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #027F1B;
 }
 .AnyTagClassName
 {
   color: #027F1B;
 }
</style>
background-color css

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

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

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

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

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

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