#037270

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

Shades of Pine Green #037270

Tints of Pine Green #037270

Color information

#037270 (or 0x037270) is unknown color: approx Pine Green. HEX triplet: 03, 72 and 70. RGB value is (3,114,112). Sum of RGB (Red+Green+Blue) = 3+114+112=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #037270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037270 is #FC8D8F. Grayscale: #505050. Windows color (decimal): -16551312 or 7369219. OLE color: 7369219.

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

Color convert

RGB3114112-
CMYK0.9700.020.55
HSL178.92º94.87%22.94%-
HSV(B)178.92º97.37%44.71%-
XYZ8.9813.2217.41-
YUV80.58145.7372.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=1.31%
G=49.78%
B=48.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31141120.9700.020.55178.9294.8722.94
Hex37270610237b35f17
Octal3162160141026726313727
Binary1111100101110000110000101011011110110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037270; }

 p { color: rgb(3,114,112); }

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

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

 a { background-color: rgb(3,114,112); }

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

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

 span { border-color: rgb(3,114,112); }

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