Html Css Color HEX #03706B Pine Green

📋 copy color: '#03706B'

red 3 ◦ green 112 ◦ blue 107

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

Shades of Pine Green #03706B

Tints of Pine Green #03706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.2%

R = 1.35%
G = 50.45%
B = 48.2%

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

#03706B (or 0x03706B) is known color: Pine Green. HEX triplet: 03, 70 and 6B. RGB value is (3,112,107). Sum of RGB (Red+Green+Blue) = 3+112+107=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #03706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03706B is #FC8F94. Grayscale: #4E4E4E. Windows color (decimal): -16551829 or 7041027. OLE color: 7041027.

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

Color convert

RGB 3 112 107 -
CMYK 0.97 0 0.04 0.56
HSL 177.25º 0.95% 0.23% -
HSV(B) 177.25º 0.97% 0.44% -
XYZ 8.49 12.67 15.91 -
YUV 78.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 3 112 107 0.97 0 0.04 0.56 177.25 0.95 0.23
Hex 3 70 6B 61 0 4 38 B1 5F 17
Octal 3 160 153 141 0 4 70 261 137 27
Binary 11 1110000 1101011 1100001 0 100 111000 10110001 1011111 10111

Color Harmonies of #03706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03706B

Black with #03706B

Text Example


Text Example

White with #03706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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