Html Css Color HEX #05341D Dark Green

📋 copy color: '#05341D'

red 5 ◦ green 52 ◦ blue 29

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

Shades of Dark Green #05341D

Tints of Dark Green #05341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 60.47%

 BLUE value IS 29 (11.72% from 255) = 33.72%

R = 5.81%
G = 60.47%
B = 33.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#05341D (or 0x05341D) is known color: Dark Green. HEX triplet: 05, 34 and 1D. RGB value is (5,52,29). Sum of RGB (Red+Green+Blue) = 5+52+29=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #05341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05341D is #FACBE2. Grayscale: #232323. Windows color (decimal): -16436195 or 1913861. OLE color: 1913861.

HSL color Cylindrical-coordinate representation of color #05341D: hue angle of 150.64º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05341D is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 29 -
CMYK 0.90 0 0.44 0.80
HSL 150.64º 0.82% 0.11% -
HSV(B) 150.64º 0.9% 0.2% -
XYZ 1.51 2.58 1.58 -
YUV 35.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 5 52 29 0.90 0 0.44 0.80 150.64 0.82 0.11
Hex 5 34 1D 5A 0 2C 50 97 52 B
Octal 5 64 35 132 0 54 120 227 122 13
Binary 101 110100 11101 1011010 0 101100 1010000 10010111 1010010 1011

Color Harmonies of #05341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05341D

Black with #05341D

Text Example


Text Example

White with #05341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05341D; }

 p { color: rgb(5,52,29); }

 H1.HeaderClassName
 {
   color: #05341D;
 }
 .AnyTagClassName
 {
   color: #05341D;
 }
</style>

background-color css

<style>
 a { background-color: #05341D; }

 a { background-color: rgb(5,52,29); }

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

border-color css

<style>
 span { border-color: #05341D; }

 span { border-color: rgb(5,52,29); }

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