#027409

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

Shades of Green #027409

Tints of Green #027409

Color information

#027409 (or 0x027409) is unknown color: approx Green. HEX triplet: 02, 74 and 09. RGB value is (2,116,9). Sum of RGB (Red+Green+Blue) = 2+116+9=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 116 (45.70% from 255 or 91.34% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 116 - color contains mainly: green. Hex color #027409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027409 is #FD8BF6. Grayscale: #464646. Windows color (decimal): -16616439 or 619522. OLE color: 619522.

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

Color convert

RGB21169-
CMYK0.9800.920.55
HSL123.68º96.61%23.14%-
HSV(B)123.68º98.28%45.49%-
XYZ6.3212.522.34-
YUV69.7293.7379.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 116 (45.70% from 255) = 91.34%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=1.57%
G=91.34%
B=7.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211690.9800.920.55123.6896.6123.14
Hex27496205C377c6117
Octal21641114201346717414127
Binary10111010010011100010010111001101111111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027409; }

 p { color: rgb(2,116,9); }

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

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

 a { background-color: rgb(2,116,9); }

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

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

 span { border-color: rgb(2,116,9); }

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