Html Css Color HEX #05826F Pine Green

📋 copy color: '#05826F'

red 5 ◦ green 130 ◦ blue 111

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

Shades of Pine Green #05826F

Tints of Pine Green #05826F

RGB

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

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

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

R = 2.03%
G = 52.85%
B = 45.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#05826F (or 0x05826F) is known color: Pine Green. HEX triplet: 05, 82 and 6F. RGB value is (5,130,111). Sum of RGB (Red+Green+Blue) = 5+130+111=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #05826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05826F is #FA7D90. Grayscale: #5A5A5A. Windows color (decimal): -16416145 or 7307781. OLE color: 7307781.

HSL color Cylindrical-coordinate representation of color #05826F: hue angle of 170.88º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05826F is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 130 111 -
CMYK 0.96 0 0.15 0.49
HSL 170.88º 0.93% 0.26% -
HSV(B) 170.88º 0.96% 0.51% -
XYZ 10.91 17.15 17.77 -
YUV 90.46 139.59 67.04 -
System Red Green Blue C M Y K H S L
Decimal 5 130 111 0.96 0 0.15 0.49 170.88 0.93 0.26
Hex 5 82 6F 60 0 F 31 AB 5D 1A
Octal 5 202 157 140 0 17 61 253 135 32
Binary 101 10000010 1101111 1100000 0 1111 110001 10101011 1011101 11010

Color Harmonies of #05826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05826F

Black with #05826F

Text Example


Text Example

White with #05826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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