Html Css Color HEX #05291F Dark Green

📋 copy color: '#05291F'

red 5 ◦ green 41 ◦ blue 31

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

Shades of Dark Green #05291F

Tints of Dark Green #05291F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 40.26%

R = 6.49%
G = 53.25%
B = 40.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.84

RGB Variations

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

Color information

#05291F (or 0x05291F) is known color: Dark Green. HEX triplet: 05, 29 and 1F. RGB value is (5,41,31). Sum of RGB (Red+Green+Blue) = 5+41+31=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #05291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05291F is #FAD6E0. Grayscale: #1D1D1D. Windows color (decimal): -16439009 or 2042117. OLE color: 2042117.

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

Color convert

RGB 5 41 31 -
CMYK 0.88 0 0.24 0.84
HSL 163.33º 0.78% 0.09% -
HSV(B) 163.33º 0.88% 0.16% -
XYZ 1.1 1.72 1.57 -
YUV 29.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 5 41 31 0.88 0 0.24 0.84 163.33 0.78 0.09
Hex 5 29 1F 58 0 18 54 A3 4E 9
Octal 5 51 37 130 0 30 124 243 116 11
Binary 101 101001 11111 1011000 0 11000 1010100 10100011 1001110 1001

Color Harmonies of #05291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05291F

Black with #05291F

Text Example


Text Example

White with #05291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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