Html Css Color HEX #0D3729 Dark Green

📋 copy color: '#0D3729'

red 13 ◦ green 55 ◦ blue 41

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

Shades of Dark Green #0D3729

Tints of Dark Green #0D3729

RGB

 RED value IS 13 (5.47% from 255) = 11.93%

 GREEN value IS 55 (21.88% from 255) = 50.46%

 BLUE value IS 41 (16.41% from 255) = 37.61%

R = 11.93%
G = 50.46%
B = 37.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#0D3729 (or 0x0D3729) is known color: Dark Green. HEX triplet: 0D, 37 and 29. RGB value is (13,55,41). Sum of RGB (Red+Green+Blue) = 13+55+41=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #0D3729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3729 is #F2C8D6. Grayscale: #282828. Windows color (decimal): -15911127 or 2701069. OLE color: 2701069.

HSL color Cylindrical-coordinate representation of color #0D3729: hue angle of 160º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D3729 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 55 41 -
CMYK 0.76 0 0.25 0.78
HSL 160º 0.62% 0.13% -
HSV(B) 160º 0.76% 0.22% -
XYZ 1.93 2.98 2.57 -
YUV 40.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 13 55 41 0.76 0 0.25 0.78 160 0.62 0.13
Hex D 37 29 4C 0 19 4E A0 3E D
Octal 15 67 51 114 0 31 116 240 76 15
Binary 1101 110111 101001 1001100 0 11001 1001110 10100000 111110 1101

Color Harmonies of #0D3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3729

Black with #0D3729

Text Example


Text Example

White with #0D3729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D3729; }

 p { color: rgb(13,55,41); }

 H1.HeaderClassName
 {
   color: #0D3729;
 }
 .AnyTagClassName
 {
   color: #0D3729;
 }
</style>

background-color css

<style>
 a { background-color: #0D3729; }

 a { background-color: rgb(13,55,41); }

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

border-color css

<style>
 span { border-color: #0D3729; }

 span { border-color: rgb(13,55,41); }

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