#027503

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

Shades of Green #027503

Tints of Green #027503

Color information

#027503 (or 0x027503) is unknown color: approx Green. HEX triplet: 02, 75 and 03. RGB value is (2,117,3). Sum of RGB (Red+Green+Blue) = 2+117+3=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 117 (46.09% from 255 or 95.90% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 117 - color contains mainly: green. Hex color #027503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027503 is #FD8AFC. Grayscale: #454545. Windows color (decimal): -16616189 or 226562. OLE color: 226562.

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

Color convert

RGB21173-
CMYK0.9800.970.54
HSL120.52º96.64%23.33%-
HSV(B)120.52º98.29%45.88%-
XYZ6.412.742.21-
YUV69.6290.479.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 117 (46.09% from 255) = 95.90%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=1.64%
G=95.90%
B=2.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211730.9800.970.54120.5296.6423.33
Hex27536206136796117
Octal2165314201416617114127
Binary101110101111100010011000011101101111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027503; }

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

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

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

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

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

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

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

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