Html Css Color HEX #05826B Pine Green

📋 copy color: '#05826B'

red 5 ◦ green 130 ◦ blue 107

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

Shades of Pine Green #05826B

Tints of Pine Green #05826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 2.07%
G = 53.72%
B = 44.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#05826B (or 0x05826B) is known color: Pine Green. HEX triplet: 05, 82 and 6B. RGB value is (5,130,107). Sum of RGB (Red+Green+Blue) = 5+130+107=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #05826B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05826B is #FA7D94. Grayscale: #595959. Windows color (decimal): -16416149 or 7045637. OLE color: 7045637.

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

Color convert

RGB 5 130 107 -
CMYK 0.96 0 0.18 0.49
HSL 168.96º 0.93% 0.26% -
HSV(B) 168.96º 0.96% 0.51% -
XYZ 10.7 17.06 16.64 -
YUV 90 137.59 67.37 -
System Red Green Blue C M Y K H S L
Decimal 5 130 107 0.96 0 0.18 0.49 168.96 0.93 0.26
Hex 5 82 6B 60 0 12 31 A9 5D 1A
Octal 5 202 153 140 0 22 61 251 135 32
Binary 101 10000010 1101011 1100000 0 10010 110001 10101001 1011101 11010

Color Harmonies of #05826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05826B

Black with #05826B

Text Example


Text Example

White with #05826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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