Html Css Color HEX #0D1F1B Dark Green

📋 copy color: '#0D1F1B'

red 13 ◦ green 31 ◦ blue 27

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

Shades of Dark Green #0D1F1B

Tints of Dark Green #0D1F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 43.66%

 BLUE value IS 27 (10.94% from 255) = 38.03%

R = 18.31%
G = 43.66%
B = 38.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#0D1F1B (or 0x0D1F1B) is known color: Dark Green. HEX triplet: 0D, 1F and 1B. RGB value is (13,31,27). Sum of RGB (Red+Green+Blue) = 13+31+27=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1F1B is #F2E0E4. Grayscale: #191919. Windows color (decimal): -15917285 or 1777421. OLE color: 1777421.

HSL color Cylindrical-coordinate representation of color #0D1F1B: hue angle of 166.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F1B is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 31 27 -
CMYK 0.58 0 0.13 0.88
HSL 166.67º 0.41% 0.09% -
HSV(B) 166.67º 0.58% 0.12% -
XYZ 0.85 1.14 1.21 -
YUV 25.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 13 31 27 0.58 0 0.13 0.88 166.67 0.41 0.09
Hex D 1F 1B 3A 0 D 58 A7 29 9
Octal 15 37 33 72 0 15 130 247 51 11
Binary 1101 11111 11011 111010 0 1101 1011000 10100111 101001 1001

Color Harmonies of #0D1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1F1B

Black with #0D1F1B

Text Example


Text Example

White with #0D1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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