Html Css Color HEX #05291C Dark Green

📋 copy color: '#05291C'

red 5 ◦ green 41 ◦ blue 28

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

Shades of Dark Green #05291C

Tints of Dark Green #05291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 37.84%

R = 6.76%
G = 55.41%
B = 37.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#05291C (or 0x05291C) is known color: Dark Green. HEX triplet: 05, 29 and 1C. RGB value is (5,41,28). Sum of RGB (Red+Green+Blue) = 5+41+28=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #05291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05291C is #FAD6E3. Grayscale: #1C1C1C. Windows color (decimal): -16439012 or 1845509. OLE color: 1845509.

HSL color Cylindrical-coordinate representation of color #05291C: hue angle of 158.33º 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 #05291C is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 41 28 -
CMYK 0.88 0 0.32 0.84
HSL 158.33º 0.78% 0.09% -
HSV(B) 158.33º 0.88% 0.16% -
XYZ 1.07 1.7 1.37 -
YUV 28.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 5 41 28 0.88 0 0.32 0.84 158.33 0.78 0.09
Hex 5 29 1C 58 0 20 54 9E 4E 9
Octal 5 51 34 130 0 40 124 236 116 11
Binary 101 101001 11100 1011000 0 100000 1010100 10011110 1001110 1001

Color Harmonies of #05291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05291C

Black with #05291C

Text Example


Text Example

White with #05291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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