Html Css Color HEX #0D1B15 Dark Green

📋 copy color: '#0D1B15'

red 13 ◦ green 27 ◦ blue 21

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

Shades of Dark Green #0D1B15

Tints of Dark Green #0D1B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 44.26%

 BLUE value IS 21 (8.59% from 255) = 34.43%

R = 21.31%
G = 44.26%
B = 34.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#0D1B15 (or 0x0D1B15) is known color: Dark Green. HEX triplet: 0D, 1B and 15. RGB value is (13,27,21). Sum of RGB (Red+Green+Blue) = 13+27+21=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 27 - color contains mainly: green. Hex color #0D1B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1B15 is #F2E4EA. Grayscale: #161616. Windows color (decimal): -15918315 or 1383181. OLE color: 1383181.

HSL color Cylindrical-coordinate representation of color #0D1B15: hue angle of 154.29º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0D1B15 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 27 21 -
CMYK 0.52 0 0.22 0.89
HSL 154.29º 0.35% 0.08% -
HSV(B) 154.29º 0.52% 0.11% -
XYZ 0.69 0.92 0.85 -
YUV 22.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 13 27 21 0.52 0 0.22 0.89 154.29 0.35 0.08
Hex D 1B 15 34 0 16 59 9A 23 8
Octal 15 33 25 64 0 26 131 232 43 10
Binary 1101 11011 10101 110100 0 10110 1011001 10011010 100011 1000

Color Harmonies of #0D1B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1B15

Black with #0D1B15

Text Example


Text Example

White with #0D1B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,27,21); }

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

background-color css

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

 a { background-color: rgb(13,27,21); }

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

border-color css

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

 span { border-color: rgb(13,27,21); }

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