Html Css Color HEX #03706C Pine Green

📋 copy color: '#03706C'

red 3 ◦ green 112 ◦ blue 108

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

Shades of Pine Green #03706C

Tints of Pine Green #03706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.22%

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

R = 1.35%
G = 50.22%
B = 48.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#03706C (or 0x03706C) is known color: Pine Green. HEX triplet: 03, 70 and 6C. RGB value is (3,112,108). Sum of RGB (Red+Green+Blue) = 3+112+108=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #03706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03706C is #FC8F93. Grayscale: #4E4E4E. Windows color (decimal): -16551828 or 7106563. OLE color: 7106563.

HSL color Cylindrical-coordinate representation of color #03706C: hue angle of 177.8º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03706C is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 108 -
CMYK 0.97 0 0.04 0.56
HSL 177.8º 0.95% 0.23% -
HSV(B) 177.8º 0.97% 0.44% -
XYZ 8.54 12.69 16.19 -
YUV 78.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 3 112 108 0.97 0 0.04 0.56 177.8 0.95 0.23
Hex 3 70 6C 61 0 4 38 B2 5F 17
Octal 3 160 154 141 0 4 70 262 137 27
Binary 11 1110000 1101100 1100001 0 100 111000 10110010 1011111 10111

Color Harmonies of #03706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03706C

Black with #03706C

Text Example


Text Example

White with #03706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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