Html Css Color HEX #057972 Pine Green

📋 copy color: '#057972'

red 5 ◦ green 121 ◦ blue 114

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

Shades of Pine Green #057972

Tints of Pine Green #057972

RGB

 RED value IS 5 (2.34% from 255) = 2.08%

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

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

R = 2.08%
G = 50.42%
B = 47.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#057972 (or 0x057972) is known color: Pine Green. HEX triplet: 05, 79 and 72. RGB value is (5,121,114). Sum of RGB (Red+Green+Blue) = 5+121+114=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #057972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057972 is #FA868D. Grayscale: #555555. Windows color (decimal): -16418446 or 7502085. OLE color: 7502085.

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

Color convert

RGB 5 121 114 -
CMYK 0.96 0 0.06 0.53
HSL 176.38º 0.92% 0.25% -
HSV(B) 176.38º 0.96% 0.47% -
XYZ 9.94 14.92 18.28 -
YUV 85.52 144.07 70.57 -
System Red Green Blue C M Y K H S L
Decimal 5 121 114 0.96 0 0.06 0.53 176.38 0.92 0.25
Hex 5 79 72 60 0 6 35 B0 5C 19
Octal 5 171 162 140 0 6 65 260 134 31
Binary 101 1111001 1110010 1100000 0 110 110101 10110000 1011100 11001

Color Harmonies of #057972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057972

Black with #057972

Text Example


Text Example

White with #057972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057972; }

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

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

background-color css

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

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

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

border-color css

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

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

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