#038073

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

Shades of Pine Green #038073

Tints of Pine Green #038073

Color information

#038073 (or 0x038073) is unknown color: approx Pine Green. HEX triplet: 03, 80 and 73. RGB value is (3,128,115). Sum of RGB (Red+Green+Blue) = 3+128+115=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #038073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038073 is #FC7F8C. Grayscale: #595959. Windows color (decimal): -16547725 or 7569411. OLE color: 7569411.

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

Color convert

RGB3128115-
CMYK0.9800.100.50
HSL173.76º95.42%25.69%-
HSV(B)173.76º97.66%50.2%-
XYZ10.8516.718.87-
YUV89.14142.5966.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 128 (50.39% from 255) = 52.03%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=1.22%
G=52.03%
B=46.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31281150.9800.100.50173.7695.4225.69
Hex38073620A32ae5f1a
Octal32001631420126225613732
Binary1110000000111001111000100101011001010101110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038073; }

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

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

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

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

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

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

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

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