#03816C

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

Shades of Pine Green #03816C

Tints of Pine Green #03816C

Color information

#03816C (or 0x03816C) is unknown color: approx Pine Green. HEX triplet: 03, 81 and 6C. RGB value is (3,129,108). Sum of RGB (Red+Green+Blue) = 3+129+108=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #03816C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03816C is #FC7E93. Grayscale: #585858. Windows color (decimal): -16547476 or 7110915. OLE color: 7110915.

HSL color Cylindrical-coordinate representation of color #03816C: hue angle of 170º 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 #03816C is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB3129108-
CMYK0.9800.160.49
HSL170º95.45%25.88%-
HSV(B)170º97.67%50.59%-
XYZ10.5916.816.87-
YUV88.93138.7666.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.25%
GREEN value IS 129 (50.78% from 255) = 53.75%
BLUE value IS 108 (42.58% from 255) = 45%
R=1.25%
G=53.75%
B=45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31291080.9800.160.4917095.4525.88
Hex3816C6201031aa5f1a
Octal32011541420206125213732
Binary11100000011101100110001001000011000110101010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03816C; }

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

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

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

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

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

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

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

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