Html Css Color HEX #03706D Pine Green

📋 copy color: '#03706D'

red 3 ◦ green 112 ◦ blue 109

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

Shades of Pine Green #03706D

Tints of Pine Green #03706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 1.34%
G = 50%
B = 48.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#03706D (or 0x03706D) is known color: Pine Green. HEX triplet: 03, 70 and 6D. RGB value is (3,112,109). Sum of RGB (Red+Green+Blue) = 3+112+109=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #03706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03706D is #FC8F92. Grayscale: #4E4E4E. Windows color (decimal): -16551827 or 7172099. OLE color: 7172099.

HSL color Cylindrical-coordinate representation of color #03706D: hue angle of 178.35º 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 #03706D is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 109 -
CMYK 0.97 0 0.03 0.56
HSL 178.35º 0.95% 0.23% -
HSV(B) 178.35º 0.97% 0.44% -
XYZ 8.59 12.71 16.47 -
YUV 79.07 144.89 73.74 -
System Red Green Blue C M Y K H S L
Decimal 3 112 109 0.97 0 0.03 0.56 178.35 0.95 0.23
Hex 3 70 6D 61 0 3 38 B2 5F 17
Octal 3 160 155 141 0 3 70 262 137 27
Binary 11 1110000 1101101 1100001 0 11 111000 10110010 1011111 10111

Color Harmonies of #03706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03706D

Black with #03706D

Text Example


Text Example

White with #03706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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