#038170

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

Shades of Pine Green #038170

Tints of Pine Green #038170

Color information

#038170 (or 0x038170) is unknown color: approx Pine Green. HEX triplet: 03, 81 and 70. RGB value is (3,129,112). Sum of RGB (Red+Green+Blue) = 3+129+112=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #038170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038170 is #FC7E8F. Grayscale: #595959. Windows color (decimal): -16547472 or 7373059. OLE color: 7373059.

HSL color Cylindrical-coordinate representation of color #038170: hue angle of 171.9º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038170 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB3129112-
CMYK0.9800.130.49
HSL171.9º95.45%25.88%-
HSV(B)171.9º97.67%50.59%-
XYZ10.8116.8918.02-
YUV89.39140.7666.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.23%
GREEN value IS 129 (50.78% from 255) = 52.87%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=1.23%
G=52.87%
B=45.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31291120.9800.130.49171.995.4525.88
Hex38170620D31ac5f1a
Octal32011601420156125413732
Binary1110000001111000011000100110111000110101100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038170; }

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

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

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

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

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

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

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

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