Html Css Color HEX #058172 Pine Green

📋 copy color: '#058172'

red 5 ◦ green 129 ◦ blue 114

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

Shades of Pine Green #058172

Tints of Pine Green #058172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.02%

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

R = 2.02%
G = 52.02%
B = 45.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#058172 (or 0x058172) is known color: Pine Green. HEX triplet: 05, 81 and 72. RGB value is (5,129,114). Sum of RGB (Red+Green+Blue) = 5+129+114=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #058172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058172 is #FA7E8D. Grayscale: #5A5A5A. Windows color (decimal): -16416398 or 7504133. OLE color: 7504133.

HSL color Cylindrical-coordinate representation of color #058172: hue angle of 172.74º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058172 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 129 114 -
CMYK 0.96 0 0.12 0.49
HSL 172.74º 0.93% 0.26% -
HSV(B) 172.74º 0.96% 0.51% -
XYZ 10.95 16.95 18.61 -
YUV 90.21 141.42 67.22 -
System Red Green Blue C M Y K H S L
Decimal 5 129 114 0.96 0 0.12 0.49 172.74 0.93 0.26
Hex 5 81 72 60 0 C 31 AD 5D 1A
Octal 5 201 162 140 0 14 61 255 135 32
Binary 101 10000001 1110010 1100000 0 1100 110001 10101101 1011101 11010

Color Harmonies of #058172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058172

Black with #058172

Text Example


Text Example

White with #058172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058172; }

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

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

background-color css

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

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

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

border-color css

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

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

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