Html Css Color HEX #03816C Pine Green

📋 copy color: '#03816C'

red 3 ◦ green 129 ◦ blue 108

#03816C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #03816C

Tints of Pine Green #03816C

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 value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#03816C (or 0x03816C) is known color: 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

RGB 3 129 108 -
CMYK 0.98 0 0.16 0.49
HSL 170º 0.95% 0.26% -
HSV(B) 170º 0.98% 0.51% -
XYZ 10.59 16.8 16.87 -
YUV 88.93 138.76 66.71 -
System Red Green Blue C M Y K H S L
Decimal 3 129 108 0.98 0 0.16 0.49 170 0.95 0.26
Hex 3 81 6C 62 0 10 31 AA 5F 1A
Octal 3 201 154 142 0 20 61 252 137 32
Binary 11 10000001 1101100 1100010 0 10000 110001 10101010 1011111 11010

Color Harmonies of #03816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03816C

Black with #03816C

Text Example


Text Example

White with #03816C

Text Example


Text Example

HTML Codes & Css Web 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>