#027514

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

Shades of Green #027514

Tints of Green #027514

Color information

#027514 (or 0x027514) is unknown color: approx Green. HEX triplet: 02, 75 and 14. RGB value is (2,117,20). Sum of RGB (Red+Green+Blue) = 2+117+20=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 117 (46.09% from 255 or 84.17% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 117 - color contains mainly: green. Hex color #027514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027514 is #FD8AEB. Grayscale: #474747. Windows color (decimal): -16616172 or 1340674. OLE color: 1340674.

HSL color Cylindrical-coordinate representation of color #027514: hue angle of 129.39º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027514 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB211720-
CMYK0.9800.830.54
HSL129.39º96.64%23.33%-
HSV(B)129.39º98.29%45.88%-
XYZ6.5112.792.79-
YUV71.5698.978.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 117 (46.09% from 255) = 84.17%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=1.44%
G=84.17%
B=14.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117200.9800.830.54129.3996.6423.33
Hex275146205336816117
Octal21652414201236620114127
Binary1011101011010011000100101001111011010000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027514; }

 p { color: rgb(2,117,20); }

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

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

 a { background-color: rgb(2,117,20); }

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

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

 span { border-color: rgb(2,117,20); }

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