Html Css Color HEX #0D3026 Dark Green

📋 copy color: '#0D3026'

red 13 ◦ green 48 ◦ blue 38

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

Shades of Dark Green #0D3026

Tints of Dark Green #0D3026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 48.48%

 BLUE value IS 38 (15.23% from 255) = 38.38%

R = 13.13%
G = 48.48%
B = 38.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#0D3026 (or 0x0D3026) is known color: Dark Green. HEX triplet: 0D, 30 and 26. RGB value is (13,48,38). Sum of RGB (Red+Green+Blue) = 13+48+38=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3026 is #F2CFD9. Grayscale: #242424. Windows color (decimal): -15912922 or 2502669. OLE color: 2502669.

HSL color Cylindrical-coordinate representation of color #0D3026: hue angle of 162.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3026 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 48 38 -
CMYK 0.73 0 0.21 0.81
HSL 162.86º 0.57% 0.12% -
HSV(B) 162.86º 0.73% 0.19% -
XYZ 1.57 2.34 2.2 -
YUV 36.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 13 48 38 0.73 0 0.21 0.81 162.86 0.57 0.12
Hex D 30 26 49 0 15 51 A3 39 C
Octal 15 60 46 111 0 25 121 243 71 14
Binary 1101 110000 100110 1001001 0 10101 1010001 10100011 111001 1100

Color Harmonies of #0D3026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3026

Black with #0D3026

Text Example


Text Example

White with #0D3026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,48,38); }

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

background-color css

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

 a { background-color: rgb(13,48,38); }

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

border-color css

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

 span { border-color: rgb(13,48,38); }

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