Html Css Color HEX #058073 Pine Green

📋 copy color: '#058073'

red 5 ◦ green 128 ◦ blue 115

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

Shades of Pine Green #058073

Tints of Pine Green #058073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.61%

 BLUE value IS 115 (45.31% from 255) = 46.37%

R = 2.02%
G = 51.61%
B = 46.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#058073 (or 0x058073) is known color: Pine Green. HEX triplet: 05, 80 and 73. RGB value is (5,128,115). Sum of RGB (Red+Green+Blue) = 5+128+115=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #058073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058073 is #FA7F8C. Grayscale: #595959. Windows color (decimal): -16416653 or 7569413. OLE color: 7569413.

HSL color Cylindrical-coordinate representation of color #058073: hue angle of 173.66º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058073 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 115 -
CMYK 0.96 0 0.10 0.50
HSL 173.66º 0.92% 0.26% -
HSV(B) 173.66º 0.96% 0.5% -
XYZ 10.88 16.71 18.87 -
YUV 89.74 142.25 67.56 -
System Red Green Blue C M Y K H S L
Decimal 5 128 115 0.96 0 0.10 0.50 173.66 0.92 0.26
Hex 5 80 73 60 0 A 32 AE 5C 1A
Octal 5 200 163 140 0 12 62 256 134 32
Binary 101 10000000 1110011 1100000 0 1010 110010 10101110 1011100 11010

Color Harmonies of #058073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058073

Black with #058073

Text Example


Text Example

White with #058073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058073; }

 p { color: rgb(5,128,115); }

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

background-color css

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

 a { background-color: rgb(5,128,115); }

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

border-color css

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

 span { border-color: rgb(5,128,115); }

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