Html Css Color HEX #037972 Pine Green

📋 copy color: '#037972'

red 3 ◦ green 121 ◦ blue 114

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

Shades of Pine Green #037972

Tints of Pine Green #037972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.84%

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 1.26%
G = 50.84%
B = 47.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#037972 (or 0x037972) is known color: Pine Green. HEX triplet: 03, 79 and 72. RGB value is (3,121,114). Sum of RGB (Red+Green+Blue) = 3+121+114=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #037972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037972 is #FC868D. Grayscale: #545454. Windows color (decimal): -16549518 or 7502083. OLE color: 7502083.

HSL color Cylindrical-coordinate representation of color #037972: hue angle of 176.44º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037972 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 121 114 -
CMYK 0.98 0 0.06 0.53
HSL 176.44º 0.95% 0.24% -
HSV(B) 176.44º 0.98% 0.47% -
XYZ 9.91 14.91 18.27 -
YUV 84.92 144.41 69.57 -
System Red Green Blue C M Y K H S L
Decimal 3 121 114 0.98 0 0.06 0.53 176.44 0.95 0.24
Hex 3 79 72 62 0 6 35 B0 5F 18
Octal 3 171 162 142 0 6 65 260 137 30
Binary 11 1111001 1110010 1100010 0 110 110101 10110000 1011111 11000

Color Harmonies of #037972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037972

Black with #037972

Text Example


Text Example

White with #037972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037972; }

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

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

background-color css

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

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

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

border-color css

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

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

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