Html Css Color HEX #0D2320 Dark Green

📋 copy color: '#0D2320'

red 13 ◦ green 35 ◦ blue 32

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

Shades of Dark Green #0D2320

Tints of Dark Green #0D2320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 40%

R = 16.25%
G = 43.75%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#0D2320 (or 0x0D2320) is known color: Dark Green. HEX triplet: 0D, 23 and 20. RGB value is (13,35,32). Sum of RGB (Red+Green+Blue) = 13+35+32=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2320 is #F2DCDF. Grayscale: #1C1C1C. Windows color (decimal): -15916256 or 2106125. OLE color: 2106125.

HSL color Cylindrical-coordinate representation of color #0D2320: hue angle of 171.82º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D2320 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 13 35 32 -
CMYK 0.63 0 0.09 0.86
HSL 171.82º 0.46% 0.09% -
HSV(B) 171.82º 0.63% 0.14% -
XYZ 1.03 1.39 1.58 -
YUV 28.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 13 35 32 0.63 0 0.09 0.86 171.82 0.46 0.09
Hex D 23 20 3F 0 9 56 AC 2E 9
Octal 15 43 40 77 0 11 126 254 56 11
Binary 1101 100011 100000 111111 0 1001 1010110 10101100 101110 1001

Color Harmonies of #0D2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2320

Black with #0D2320

Text Example


Text Example

White with #0D2320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,35,32); }

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

background-color css

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

 a { background-color: rgb(13,35,32); }

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

border-color css

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

 span { border-color: rgb(13,35,32); }

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