#03816F

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

Shades of Pine Green #03816F

Tints of Pine Green #03816F

Color information

#03816F (or 0x03816F) is unknown color: approx Pine Green. HEX triplet: 03, 81 and 6F. RGB value is (3,129,111). Sum of RGB (Red+Green+Blue) = 3+129+111=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #03816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03816F is #FC7E90. Grayscale: #595959. Windows color (decimal): -16547473 or 7307523. OLE color: 7307523.

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

Color convert

RGB3129111-
CMYK0.9800.140.49
HSL171.43º95.45%25.88%-
HSV(B)171.43º97.67%50.59%-
XYZ10.7616.8717.73-
YUV89.27140.2666.46-

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) = 53.09%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=1.23%
G=53.09%
B=45.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31291110.9800.140.49171.4395.4525.88
Hex3816F620E31ab5f1a
Octal32011571420166125313732
Binary1110000001110111111000100111011000110101011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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