Html Css Color HEX #048273 Pine Green

📋 copy color: '#048273'

red 4 ◦ green 130 ◦ blue 115

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

Shades of Pine Green #048273

Tints of Pine Green #048273

RGB

 RED value IS 4 (1.95% from 255) = 1.61%

 GREEN value IS 130 (51.17% from 255) = 52.21%

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

R = 1.61%
G = 52.21%
B = 46.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#048273 (or 0x048273) is known color: Pine Green. HEX triplet: 04, 82 and 73. RGB value is (4,130,115). Sum of RGB (Red+Green+Blue) = 4+130+115=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #048273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048273 is #FB7D8C. Grayscale: #5A5A5A. Windows color (decimal): -16481677 or 7569924. OLE color: 7569924.

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

Color convert

RGB 4 130 115 -
CMYK 0.97 0 0.12 0.49
HSL 172.86º 0.94% 0.26% -
HSV(B) 172.86º 0.97% 0.51% -
XYZ 11.13 17.23 18.96 -
YUV 90.62 141.76 66.22 -
System Red Green Blue C M Y K H S L
Decimal 4 130 115 0.97 0 0.12 0.49 172.86 0.94 0.26
Hex 4 82 73 61 0 C 31 AD 5E 1A
Octal 4 202 163 141 0 14 61 255 136 32
Binary 100 10000010 1110011 1100001 0 1100 110001 10101101 1011110 11010

Color Harmonies of #048273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048273

Black with #048273

Text Example


Text Example

White with #048273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048273; }

 p { color: rgb(4,130,115); }

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

background-color css

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

 a { background-color: rgb(4,130,115); }

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

border-color css

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

 span { border-color: rgb(4,130,115); }

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