Html Css Color HEX #03806C Pine Green

📋 copy color: '#03806C'

red 3 ◦ green 128 ◦ blue 108

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

Shades of Pine Green #03806C

Tints of Pine Green #03806C

RGB

 RED value IS 3 (1.56% from 255) = 1.26%

 GREEN value IS 128 (50.39% from 255) = 53.56%

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 1.26%
G = 53.56%
B = 45.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#03806C (or 0x03806C) is known color: Pine Green. HEX triplet: 03, 80 and 6C. RGB value is (3,128,108). Sum of RGB (Red+Green+Blue) = 3+128+108=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #03806C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03806C is #FC7F93. Grayscale: #585858. Windows color (decimal): -16547732 or 7110659. OLE color: 7110659.

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

Color convert

RGB 3 128 108 -
CMYK 0.98 0 0.16 0.50
HSL 170.4º 0.95% 0.26% -
HSV(B) 170.4º 0.98% 0.5% -
XYZ 10.46 16.54 16.83 -
YUV 88.35 139.09 67.13 -
System Red Green Blue C M Y K H S L
Decimal 3 128 108 0.98 0 0.16 0.50 170.4 0.95 0.26
Hex 3 80 6C 62 0 10 32 AA 5F 1A
Octal 3 200 154 142 0 20 62 252 137 32
Binary 11 10000000 1101100 1100010 0 10000 110010 10101010 1011111 11010

Color Harmonies of #03806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03806C

Black with #03806C

Text Example


Text Example

White with #03806C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03806C;
 }
 .AnyTagClassName
 {
   color: #03806C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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