Html Css Color HEX #04826F Pine Green

📋 copy color: '#04826F'

red 4 ◦ green 130 ◦ blue 111

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

Shades of Pine Green #04826F

Tints of Pine Green #04826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 1.63%
G = 53.06%
B = 45.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#04826F (or 0x04826F) is known color: Pine Green. HEX triplet: 04, 82 and 6F. RGB value is (4,130,111). Sum of RGB (Red+Green+Blue) = 4+130+111=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #04826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04826F is #FB7D90. Grayscale: #5A5A5A. Windows color (decimal): -16481681 or 7307780. OLE color: 7307780.

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

Color convert

RGB 4 130 111 -
CMYK 0.97 0 0.15 0.49
HSL 170.95º 0.94% 0.26% -
HSV(B) 170.95º 0.97% 0.51% -
XYZ 10.9 17.14 17.77 -
YUV 90.16 139.76 66.54 -
System Red Green Blue C M Y K H S L
Decimal 4 130 111 0.97 0 0.15 0.49 170.95 0.94 0.26
Hex 4 82 6F 61 0 F 31 AB 5E 1A
Octal 4 202 157 141 0 17 61 253 136 32
Binary 100 10000010 1101111 1100001 0 1111 110001 10101011 1011110 11010

Color Harmonies of #04826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04826F

Black with #04826F

Text Example


Text Example

White with #04826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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