Html Css Color HEX #037071 Pine Green

📋 copy color: '#037071'

red 3 ◦ green 112 ◦ blue 113

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

Shades of Pine Green #037071

Tints of Pine Green #037071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 1.32%
G = 49.12%
B = 49.56%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#037071 (or 0x037071) is known color: Pine Green. HEX triplet: 03, 70 and 71. RGB value is (3,112,113). Sum of RGB (Red+Green+Blue) = 3+112+113=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #037071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037071 is #FC8F8E. Grayscale: #4F4F4F. Windows color (decimal): -16551823 or 7434243. OLE color: 7434243.

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

Color convert

RGB 3 112 113 -
CMYK 0.97 0.01 0 0.56
HSL 180.55º 0.95% 0.23% -
HSV(B) 180.55º 0.97% 0.44% -
XYZ 8.81 12.8 17.63 -
YUV 79.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 3 112 113 0.97 0.01 0 0.56 180.55 0.95 0.23
Hex 3 70 71 61 1 0 38 B5 5F 17
Octal 3 160 161 141 1 0 70 265 137 27
Binary 11 1110000 1110001 1100001 1 0 111000 10110101 1011111 10111

Color Harmonies of #037071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037071

Black with #037071

Text Example


Text Example

White with #037071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037071; }

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

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

background-color css

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

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

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

border-color css

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

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

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