Html Css Color HEX #048272 Pine Green

📋 copy color: '#048272'

red 4 ◦ green 130 ◦ blue 114

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

Shades of Pine Green #048272

Tints of Pine Green #048272

RGB

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

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

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

R = 1.61%
G = 52.42%
B = 45.97%

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

#048272 (or 0x048272) is known color: Pine Green. HEX triplet: 04, 82 and 72. RGB value is (4,130,114). Sum of RGB (Red+Green+Blue) = 4+130+114=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #048272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048272 is #FB7D8D. Grayscale: #5A5A5A. Windows color (decimal): -16481678 or 7504388. OLE color: 7504388.

HSL color Cylindrical-coordinate representation of color #048272: hue angle of 172.38º 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 #048272 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 130 114 -
CMYK 0.97 0 0.12 0.49
HSL 172.38º 0.94% 0.26% -
HSV(B) 172.38º 0.97% 0.51% -
XYZ 11.07 17.21 18.66 -
YUV 90.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 4 130 114 0.97 0 0.12 0.49 172.38 0.94 0.26
Hex 4 82 72 61 0 C 31 AC 5E 1A
Octal 4 202 162 141 0 14 61 254 136 32
Binary 100 10000010 1110010 1100001 0 1100 110001 10101100 1011110 11010

Color Harmonies of #048272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048272

Black with #048272

Text Example


Text Example

White with #048272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048272; }

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

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

background-color css

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

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

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

border-color css

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

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

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