Html Css Color HEX #0D231A Dark Green

📋 copy color: '#0D231A'

red 13 ◦ green 35 ◦ blue 26

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

Shades of Dark Green #0D231A

Tints of Dark Green #0D231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 35.14%

R = 17.57%
G = 47.3%
B = 35.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.86

RGB Variations

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

Color information

#0D231A (or 0x0D231A) is known color: Dark Green. HEX triplet: 0D, 23 and 1A. RGB value is (13,35,26). Sum of RGB (Red+Green+Blue) = 13+35+26=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #0D231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D231A is #F2DCE5. Grayscale: #1B1B1B. Windows color (decimal): -15916262 or 1712909. OLE color: 1712909.

HSL color Cylindrical-coordinate representation of color #0D231A: hue angle of 155.45º 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 #0D231A is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB 13 35 26 -
CMYK 0.63 0 0.26 0.86
HSL 155.45º 0.46% 0.09% -
HSV(B) 155.45º 0.63% 0.14% -
XYZ 0.95 1.36 1.19 -
YUV 27.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 13 35 26 0.63 0 0.26 0.86 155.45 0.46 0.09
Hex D 23 1A 3F 0 1A 56 9B 2E 9
Octal 15 43 32 77 0 32 126 233 56 11
Binary 1101 100011 11010 111111 0 11010 1010110 10011011 101110 1001

Color Harmonies of #0D231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D231A

Black with #0D231A

Text Example


Text Example

White with #0D231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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