Html Css Color HEX #0D231F Dark Green

📋 copy color: '#0D231F'

red 13 ◦ green 35 ◦ blue 31

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

Shades of Dark Green #0D231F

Tints of Dark Green #0D231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 44.3%

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

R = 16.46%
G = 44.3%
B = 39.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#0D231F (or 0x0D231F) is known color: Dark Green. HEX triplet: 0D, 23 and 1F. RGB value is (13,35,31). Sum of RGB (Red+Green+Blue) = 13+35+31=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 35 - color contains mainly: green. Hex color #0D231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D231F is #F2DCE0. Grayscale: #1B1B1B. Windows color (decimal): -15916257 or 2040589. OLE color: 2040589.

HSL color Cylindrical-coordinate representation of color #0D231F: hue angle of 169.09º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D231F is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 13 35 31 -
CMYK 0.63 0 0.11 0.86
HSL 169.09º 0.46% 0.09% -
HSV(B) 169.09º 0.63% 0.14% -
XYZ 1.01 1.39 1.51 -
YUV 27.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 13 35 31 0.63 0 0.11 0.86 169.09 0.46 0.09
Hex D 23 1F 3F 0 B 56 A9 2E 9
Octal 15 43 37 77 0 13 126 251 56 11
Binary 1101 100011 11111 111111 0 1011 1010110 10101001 101110 1001

Color Harmonies of #0D231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D231F

Black with #0D231F

Text Example


Text Example

White with #0D231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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