Html Css Color HEX #057072 Pine Green

📋 copy color: '#057072'

red 5 ◦ green 112 ◦ blue 114

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

Shades of Pine Green #057072

Tints of Pine Green #057072

RGB

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

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

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

R = 2.16%
G = 48.48%
B = 49.35%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#057072 (or 0x057072) is known color: Pine Green. HEX triplet: 05, 70 and 72. RGB value is (5,112,114). Sum of RGB (Red+Green+Blue) = 5+112+114=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #057072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057072 is #FA8F8D. Grayscale: #505050. Windows color (decimal): -16420750 or 7499781. OLE color: 7499781.

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

Color convert

RGB 5 112 114 -
CMYK 0.96 0.02 0 0.55
HSL 181.1º 0.92% 0.23% -
HSV(B) 181.1º 0.96% 0.45% -
XYZ 8.89 12.84 17.93 -
YUV 80.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 5 112 114 0.96 0.02 0 0.55 181.1 0.92 0.23
Hex 5 70 72 60 2 0 37 B5 5C 17
Octal 5 160 162 140 2 0 67 265 134 27
Binary 101 1110000 1110010 1100000 10 0 110111 10110101 1011100 10111

Color Harmonies of #057072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057072

Black with #057072

Text Example


Text Example

White with #057072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057072; }

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

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

background-color css

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

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

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

border-color css

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

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

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