Html Css Color HEX #0D2318 Dark Green

📋 copy color: '#0D2318'

red 13 ◦ green 35 ◦ blue 24

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

Shades of Dark Green #0D2318

Tints of Dark Green #0D2318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 33.33%

R = 18.06%
G = 48.61%
B = 33.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#0D2318 (or 0x0D2318) is known color: Dark Green. HEX triplet: 0D, 23 and 18. RGB value is (13,35,24). Sum of RGB (Red+Green+Blue) = 13+35+24=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2318 is #F2DCE7. Grayscale: #1B1B1B. Windows color (decimal): -15916264 or 1581837. OLE color: 1581837.

HSL color Cylindrical-coordinate representation of color #0D2318: hue angle of 150º 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 #0D2318 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 13 35 24 -
CMYK 0.63 0 0.31 0.86
HSL 150º 0.46% 0.09% -
HSV(B) 150º 0.63% 0.14% -
XYZ 0.93 1.35 1.08 -
YUV 27.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 13 35 24 0.63 0 0.31 0.86 150 0.46 0.09
Hex D 23 18 3F 0 1F 56 96 2E 9
Octal 15 43 30 77 0 37 126 226 56 11
Binary 1101 100011 11000 111111 0 11111 1010110 10010110 101110 1001

Color Harmonies of #0D2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2318

Black with #0D2318

Text Example


Text Example

White with #0D2318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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