#027718

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

Shades of Green #027718

Tints of Green #027718

Color information

#027718 (or 0x027718) is unknown color: approx Green. HEX triplet: 02, 77 and 18. RGB value is (2,119,24). Sum of RGB (Red+Green+Blue) = 2+119+24=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 119 (46.88% from 255 or 82.07% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 119 - color contains mainly: green. Hex color #027718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027718 is #FD88E7. Grayscale: #494949. Windows color (decimal): -16615656 or 1603330. OLE color: 1603330.

HSL color Cylindrical-coordinate representation of color #027718: hue angle of 131.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027718 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB211924-
CMYK0.9800.800.53
HSL131.28º96.69%23.73%-
HSV(B)131.28º98.32%46.67%-
XYZ6.7913.273.07-
YUV73.19100.2477.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 119 (46.88% from 255) = 82.07%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=1.38%
G=82.07%
B=16.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119240.9800.800.53131.2896.6923.73
Hex277186205035836118
Octal21673014201206520314130
Binary1011101111100011000100101000011010110000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027718; }

 p { color: rgb(2,119,24); }

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

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

 a { background-color: rgb(2,119,24); }

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

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

 span { border-color: rgb(2,119,24); }

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