Html Css Color HEX #0D0F0E Dark Green

📋 copy color: '#0D0F0E'

red 13 ◦ green 15 ◦ blue 14

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

Shades of Dark Green #0D0F0E

Tints of Dark Green #0D0F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 35.71%

 BLUE value IS 14 (5.86% from 255) = 33.33%

R = 30.95%
G = 35.71%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.94

RGB Variations

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

Color information

#0D0F0E (or 0x0D0F0E) is known color: Dark Green. HEX triplet: 0D, 0F and 0E. RGB value is (13,15,14). Sum of RGB (Red+Green+Blue) = 13+15+14=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 15 - color contains mainly: green. Hex color #0D0F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0F0E is #F2F0F1. Grayscale: #0E0E0E. Windows color (decimal): -15921394 or 921357. OLE color: 921357.

HSL color Cylindrical-coordinate representation of color #0D0F0E: hue angle of 150º degrees, saturation: 0.07, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #0D0F0E is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.

Color convert

RGB 13 15 14 -
CMYK 0.13 0 0.07 0.94
HSL 150º 0.07% 0.05% -
HSV(B) 150º 0.13% 0.06% -
XYZ 0.42 0.46 0.48 -
YUV 14.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 13 15 14 0.13 0 0.07 0.94 150 0.07 0.05
Hex D F E D 0 7 5E 96 7 5
Octal 15 17 16 15 0 7 136 226 7 5
Binary 1101 1111 1110 1101 0 111 1011110 10010110 111 101

Color Harmonies of #0D0F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0F0E

Black with #0D0F0E

Text Example


Text Example

White with #0D0F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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