Html Css Color HEX #05290C Deep Fir

📋 copy color: '#05290C'

red 5 ◦ green 41 ◦ blue 12

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

Shades of Deep Fir #05290C

Tints of Deep Fir #05290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 70.69%

 BLUE value IS 12 (5.08% from 255) = 20.69%

R = 8.62%
G = 70.69%
B = 20.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#05290C (or 0x05290C) is known color: Deep Fir. HEX triplet: 05, 29 and 0C. RGB value is (5,41,12). Sum of RGB (Red+Green+Blue) = 5+41+12=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 41 (16.41% from 255 or 70.69% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 41 - color contains mainly: green. Hex color #05290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05290C is #FAD6F3. Grayscale: #1B1B1B. Windows color (decimal): -16439028 or 796933. OLE color: 796933.

HSL color Cylindrical-coordinate representation of color #05290C: hue angle of 131.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05290C is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 41 12 -
CMYK 0.88 0 0.71 0.84
HSL 131.67º 0.78% 0.09% -
HSV(B) 131.67º 0.88% 0.16% -
XYZ 0.92 1.64 0.62 -
YUV 26.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 5 41 12 0.88 0 0.71 0.84 131.67 0.78 0.09
Hex 5 29 C 58 0 47 54 84 4E 9
Octal 5 51 14 130 0 107 124 204 116 11
Binary 101 101001 1100 1011000 0 1000111 1010100 10000100 1001110 1001

Color Harmonies of #05290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05290C

Black with #05290C

Text Example


Text Example

White with #05290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05290C; }

 p { color: rgb(5,41,12); }

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

background-color css

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

 a { background-color: rgb(5,41,12); }

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

border-color css

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

 span { border-color: rgb(5,41,12); }

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