Html Css Color HEX #0D2119 Dark Green

📋 copy color: '#0D2119'

red 13 ◦ green 33 ◦ blue 25

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

Shades of Dark Green #0D2119

Tints of Dark Green #0D2119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 46.48%

 BLUE value IS 25 (10.16% from 255) = 35.21%

R = 18.31%
G = 46.48%
B = 35.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#0D2119 (or 0x0D2119) is known color: Dark Green. HEX triplet: 0D, 21 and 19. RGB value is (13,33,25). Sum of RGB (Red+Green+Blue) = 13+33+25=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 33 - color contains mainly: green. Hex color #0D2119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2119 is #F2DEE6. Grayscale: #1A1A1A. Windows color (decimal): -15916775 or 1646861. OLE color: 1646861.

HSL color Cylindrical-coordinate representation of color #0D2119: hue angle of 156º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0D2119 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB 13 33 25 -
CMYK 0.61 0 0.24 0.87
HSL 156º 0.43% 0.09% -
HSV(B) 156º 0.61% 0.13% -
XYZ 0.89 1.24 1.11 -
YUV 26.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 13 33 25 0.61 0 0.24 0.87 156 0.43 0.09
Hex D 21 19 3D 0 18 57 9C 2B 9
Octal 15 41 31 75 0 30 127 234 53 11
Binary 1101 100001 11001 111101 0 11000 1010111 10011100 101011 1001

Color Harmonies of #0D2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2119

Black with #0D2119

Text Example


Text Example

White with #0D2119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,33,25); }

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

background-color css

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

 a { background-color: rgb(13,33,25); }

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

border-color css

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

 span { border-color: rgb(13,33,25); }

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