Html Css Color HEX #05826D Pine Green

📋 copy color: '#05826D'

red 5 ◦ green 130 ◦ blue 109

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

Shades of Pine Green #05826D

Tints of Pine Green #05826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 2.05%
G = 53.28%
B = 44.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#05826D (or 0x05826D) is known color: Pine Green. HEX triplet: 05, 82 and 6D. RGB value is (5,130,109). Sum of RGB (Red+Green+Blue) = 5+130+109=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #05826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05826D is #FA7D92. Grayscale: #5A5A5A. Windows color (decimal): -16416147 or 7176709. OLE color: 7176709.

HSL color Cylindrical-coordinate representation of color #05826D: hue angle of 169.92º 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 #05826D is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 130 109 -
CMYK 0.96 0 0.16 0.49
HSL 169.92º 0.93% 0.26% -
HSV(B) 169.92º 0.96% 0.51% -
XYZ 10.81 17.1 17.2 -
YUV 90.23 138.59 67.21 -
System Red Green Blue C M Y K H S L
Decimal 5 130 109 0.96 0 0.16 0.49 169.92 0.93 0.26
Hex 5 82 6D 60 0 10 31 AA 5D 1A
Octal 5 202 155 140 0 20 61 252 135 32
Binary 101 10000010 1101101 1100000 0 10000 110001 10101010 1011101 11010

Color Harmonies of #05826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05826D

Black with #05826D

Text Example


Text Example

White with #05826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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