Html Css Color HEX #057270 Pine Green

📋 copy color: '#057270'

red 5 ◦ green 114 ◦ blue 112

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

Shades of Pine Green #057270

Tints of Pine Green #057270

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

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

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

Color convert

RGB 5 114 112 -
CMYK 0.96 0 0.02 0.55
HSL 178.9º 0.92% 0.23% -
HSV(B) 178.9º 0.96% 0.45% -
XYZ 9 13.24 17.41 -
YUV 81.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 5 114 112 0.96 0 0.02 0.55 178.9 0.92 0.23
Hex 5 72 70 60 0 2 37 B3 5C 17
Octal 5 162 160 140 0 2 67 263 134 27
Binary 101 1110010 1110000 1100000 0 10 110111 10110011 1011100 10111

Color Harmonies of #057270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057270

Black with #057270

Text Example


Text Example

White with #057270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057270; }

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

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

background-color css

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

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

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

border-color css

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

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

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