Html Css Color HEX #048269 Pine Green

📋 copy color: '#048269'

red 4 ◦ green 130 ◦ blue 105

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

Shades of Pine Green #048269

Tints of Pine Green #048269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.93%

R = 1.67%
G = 54.39%
B = 43.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#048269 (or 0x048269) is known color: Pine Green. HEX triplet: 04, 82 and 69. RGB value is (4,130,105). Sum of RGB (Red+Green+Blue) = 4+130+105=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #048269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048269 is #FB7D96. Grayscale: #595959. Windows color (decimal): -16481687 or 6914564. OLE color: 6914564.

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

Color convert

RGB 4 130 105 -
CMYK 0.97 0 0.19 0.49
HSL 168.1º 0.94% 0.26% -
HSV(B) 168.1º 0.97% 0.51% -
XYZ 10.58 17.01 16.09 -
YUV 89.48 136.76 67.03 -
System Red Green Blue C M Y K H S L
Decimal 4 130 105 0.97 0 0.19 0.49 168.1 0.94 0.26
Hex 4 82 69 61 0 13 31 A8 5E 1A
Octal 4 202 151 141 0 23 61 250 136 32
Binary 100 10000010 1101001 1100001 0 10011 110001 10101000 1011110 11010

Color Harmonies of #048269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048269

Black with #048269

Text Example


Text Example

White with #048269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048269; }

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

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

background-color css

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

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

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

border-color css

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

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

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