Html Css Color HEX #037271 Pine Green

📋 copy color: '#037271'

red 3 ◦ green 114 ◦ blue 113

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

Shades of Pine Green #037271

Tints of Pine Green #037271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.57%

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

R = 1.3%
G = 49.57%
B = 49.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#037271 (or 0x037271) is known color: Pine Green. HEX triplet: 03, 72 and 71. RGB value is (3,114,113). Sum of RGB (Red+Green+Blue) = 3+114+113=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #037271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037271 is #FC8D8E. Grayscale: #505050. Windows color (decimal): -16551311 or 7434755. OLE color: 7434755.

HSL color Cylindrical-coordinate representation of color #037271: hue angle of 179.46º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037271 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 114 113 -
CMYK 0.97 0 0.01 0.55
HSL 179.46º 0.95% 0.23% -
HSV(B) 179.46º 0.97% 0.45% -
XYZ 9.04 13.25 17.7 -
YUV 80.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 3 114 113 0.97 0 0.01 0.55 179.46 0.95 0.23
Hex 3 72 71 61 0 1 37 B3 5F 17
Octal 3 162 161 141 0 1 67 263 137 27
Binary 11 1110010 1110001 1100001 0 1 110111 10110011 1011111 10111

Color Harmonies of #037271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037271

Black with #037271

Text Example


Text Example

White with #037271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037271; }

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

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

background-color css

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

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

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

border-color css

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

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

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