Html Css Color HEX #05291A Dark Green

📋 copy color: '#05291A'

red 5 ◦ green 41 ◦ blue 26

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

Shades of Dark Green #05291A

Tints of Dark Green #05291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 36.11%

R = 6.94%
G = 56.94%
B = 36.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.84

RGB Variations

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

Color information

#05291A (or 0x05291A) is known color: Dark Green. HEX triplet: 05, 29 and 1A. RGB value is (5,41,26). Sum of RGB (Red+Green+Blue) = 5+41+26=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 41 (16.41% from 255 or 56.94% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 41 - color contains mainly: green. Hex color #05291A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05291A is #FAD6E5. Grayscale: #1C1C1C. Windows color (decimal): -16439014 or 1714437. OLE color: 1714437.

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

Color convert

RGB 5 41 26 -
CMYK 0.88 0 0.37 0.84
HSL 155º 0.78% 0.09% -
HSV(B) 155º 0.88% 0.16% -
XYZ 1.04 1.69 1.25 -
YUV 28.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 5 41 26 0.88 0 0.37 0.84 155 0.78 0.09
Hex 5 29 1A 58 0 25 54 9B 4E 9
Octal 5 51 32 130 0 45 124 233 116 11
Binary 101 101001 11010 1011000 0 100101 1010100 10011011 1001110 1001

Color Harmonies of #05291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05291A

Black with #05291A

Text Example


Text Example

White with #05291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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