Html Css Color HEX #0D2D1F Dark Green

📋 copy color: '#0D2D1F'

red 13 ◦ green 45 ◦ blue 31

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

Shades of Dark Green #0D2D1F

Tints of Dark Green #0D2D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 50.56%

 BLUE value IS 31 (12.5% from 255) = 34.83%

R = 14.61%
G = 50.56%
B = 34.83%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.82

RGB Variations

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

Color information

#0D2D1F (or 0x0D2D1F) is known color: Dark Green. HEX triplet: 0D, 2D and 1F. RGB value is (13,45,31). Sum of RGB (Red+Green+Blue) = 13+45+31=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 45 (17.97% from 255 or 50.56% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 45 - color contains mainly: green. Hex color #0D2D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2D1F is #F2D2E0. Grayscale: #212121. Windows color (decimal): -15913697 or 2043149. OLE color: 2043149.

HSL color Cylindrical-coordinate representation of color #0D2D1F: hue angle of 153.75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D2D1F is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.

Color convert

RGB 13 45 31 -
CMYK 0.71 0 0.31 0.82
HSL 153.75º 0.55% 0.11% -
HSV(B) 153.75º 0.71% 0.18% -
XYZ 1.35 2.06 1.62 -
YUV 33.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 13 45 31 0.71 0 0.31 0.82 153.75 0.55 0.11
Hex D 2D 1F 47 0 1F 52 9A 37 B
Octal 15 55 37 107 0 37 122 232 67 13
Binary 1101 101101 11111 1000111 0 11111 1010010 10011010 110111 1011

Color Harmonies of #0D2D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2D1F

Black with #0D2D1F

Text Example


Text Example

White with #0D2D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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