Html Css Color HEX #037270 Pine Green

📋 copy color: '#037270'

red 3 ◦ green 114 ◦ blue 112

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

Shades of Pine Green #037270

Tints of Pine Green #037270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 1.31%
G = 49.78%
B = 48.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#037270 (or 0x037270) is known color: Pine Green. HEX triplet: 03, 72 and 70. RGB value is (3,114,112). Sum of RGB (Red+Green+Blue) = 3+114+112=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #037270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037270 is #FC8D8F. Grayscale: #505050. Windows color (decimal): -16551312 or 7369219. OLE color: 7369219.

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

Color convert

RGB 3 114 112 -
CMYK 0.97 0 0.02 0.55
HSL 178.92º 0.95% 0.23% -
HSV(B) 178.92º 0.97% 0.45% -
XYZ 8.98 13.22 17.41 -
YUV 80.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 3 114 112 0.97 0 0.02 0.55 178.92 0.95 0.23
Hex 3 72 70 61 0 2 37 B3 5F 17
Octal 3 162 160 141 0 2 67 263 137 27
Binary 11 1110010 1110000 1100001 0 10 110111 10110011 1011111 10111

Color Harmonies of #037270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037270

Black with #037270

Text Example


Text Example

White with #037270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037270; }

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

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

background-color css

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

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

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

border-color css

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

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

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