Html Css Color HEX #05231D Dark Green

📋 copy color: '#05231D'

red 5 ◦ green 35 ◦ blue 29

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

Shades of Dark Green #05231D

Tints of Dark Green #05231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 50.72%

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

R = 7.25%
G = 50.72%
B = 42.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#05231D (or 0x05231D) is known color: Dark Green. HEX triplet: 05, 23 and 1D. RGB value is (5,35,29). Sum of RGB (Red+Green+Blue) = 5+35+29=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #05231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05231D is #FADCE2. Grayscale: #191919. Windows color (decimal): -16440547 or 1909509. OLE color: 1909509.

HSL color Cylindrical-coordinate representation of color #05231D: hue angle of 168º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05231D is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 35 29 -
CMYK 0.86 0 0.17 0.86
HSL 168º 0.75% 0.08% -
HSV(B) 168º 0.86% 0.14% -
XYZ 0.89 1.32 1.37 -
YUV 25.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 5 35 29 0.86 0 0.17 0.86 168 0.75 0.08
Hex 5 23 1D 56 0 11 56 A8 4B 8
Octal 5 43 35 126 0 21 126 250 113 10
Binary 101 100011 11101 1010110 0 10001 1010110 10101000 1001011 1000

Color Harmonies of #05231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05231D

Black with #05231D

Text Example


Text Example

White with #05231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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