Html Css Color HEX #0D120F Dark Green

📋 copy color: '#0D120F'

red 13 ◦ green 18 ◦ blue 15

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

Shades of Dark Green #0D120F

Tints of Dark Green #0D120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 39.13%

 BLUE value IS 15 (6.25% from 255) = 32.61%

R = 28.26%
G = 39.13%
B = 32.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#0D120F (or 0x0D120F) is known color: Dark Green. HEX triplet: 0D, 12 and 0F. RGB value is (13,18,15). Sum of RGB (Red+Green+Blue) = 13+18+15=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 18 - color contains mainly: green. Hex color #0D120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D120F is #F2EDF0. Grayscale: #101010. Windows color (decimal): -15920625 or 987661. OLE color: 987661.

HSL color Cylindrical-coordinate representation of color #0D120F: hue angle of 144º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #0D120F is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 18 15 -
CMYK 0.28 0 0.17 0.93
HSL 144º 0.16% 0.06% -
HSV(B) 144º 0.28% 0.07% -
XYZ 0.47 0.55 0.53 -
YUV 16.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 13 18 15 0.28 0 0.17 0.93 144 0.16 0.06
Hex D 12 F 1C 0 11 5D 90 10 6
Octal 15 22 17 34 0 21 135 220 20 6
Binary 1101 10010 1111 11100 0 10001 1011101 10010000 10000 110

Color Harmonies of #0D120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D120F

Black with #0D120F

Text Example


Text Example

White with #0D120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,18,15); }

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

background-color css

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

 a { background-color: rgb(13,18,15); }

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

border-color css

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

 span { border-color: rgb(13,18,15); }

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