#037305

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

Shades of Green #037305

Tints of Green #037305

Color information

#037305 (or 0x037305) is unknown color: approx Green. HEX triplet: 03, 73 and 05. RGB value is (3,115,5). Sum of RGB (Red+Green+Blue) = 3+115+5=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 115 (45.31% from 255 or 93.50% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 115 - color contains mainly: green. Hex color #037305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037305 is #FC8CFA. Grayscale: #454545. Windows color (decimal): -16551163 or 357123. OLE color: 357123.

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

Color convert

RGB31155-
CMYK0.9700.960.55
HSL121.07º94.92%23.14%-
HSV(B)121.07º97.39%45.1%-
XYZ6.212.292.19-
YUV68.9791.8980.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 115 (45.31% from 255) = 93.50%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=2.44%
G=93.50%
B=4.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311550.9700.960.55121.0794.9223.14
Hex37356106037795f17
Octal3163514101406717113727
Binary1111100111011100001011000001101111111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037305; }

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

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

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

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

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

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

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

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