#027305

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

Shades of Green #027305

Tints of Green #027305

Color information

#027305 (or 0x027305) is unknown color: approx Green. HEX triplet: 02, 73 and 05. RGB value is (2,115,5). Sum of RGB (Red+Green+Blue) = 2+115+5=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 115 (45.31% from 255 or 94.26% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 115 - color contains mainly: green. Hex color #027305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027305 is #FD8CFA. Grayscale: #444444. Windows color (decimal): -16616699 or 357122. OLE color: 357122.

HSL color Cylindrical-coordinate representation of color #027305: hue angle of 121.59º 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 #027305 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB21155-
CMYK0.9800.960.55
HSL121.59º96.58%22.94%-
HSV(B)121.59º98.26%45.1%-
XYZ6.1812.292.19-
YUV68.6792.0680.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 115 (45.31% from 255) = 94.26%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=1.64%
G=94.26%
B=4.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211550.9800.960.55121.5996.5822.94
Hex273562060377a6117
Octal2163514201406717214127
Binary1011100111011100010011000001101111111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027305; }

 p { color: rgb(2,115,5); }

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

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

 a { background-color: rgb(2,115,5); }

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

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

 span { border-color: rgb(2,115,5); }

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