Html Css Color HEX #0D2E26 Dark Green

📋 copy color: '#0D2E26'

red 13 ◦ green 46 ◦ blue 38

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

Shades of Dark Green #0D2E26

Tints of Dark Green #0D2E26

RGB

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

 GREEN value IS 46 (18.36% from 255) = 47.42%

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

R = 13.4%
G = 47.42%
B = 39.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.82

RGB Variations

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

Color information

#0D2E26 (or 0x0D2E26) is known color: Dark Green. HEX triplet: 0D, 2E and 26. RGB value is (13,46,38). Sum of RGB (Red+Green+Blue) = 13+46+38=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2E26 is #F2D1D9. Grayscale: #232323. Windows color (decimal): -15913434 or 2502157. OLE color: 2502157.

HSL color Cylindrical-coordinate representation of color #0D2E26: hue angle of 165.45º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2E26 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.

Color convert

RGB 13 46 38 -
CMYK 0.72 0 0.17 0.82
HSL 165.45º 0.56% 0.12% -
HSV(B) 165.45º 0.72% 0.18% -
XYZ 1.49 2.18 2.18 -
YUV 35.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 13 46 38 0.72 0 0.17 0.82 165.45 0.56 0.12
Hex D 2E 26 48 0 11 52 A5 38 C
Octal 15 56 46 110 0 21 122 245 70 14
Binary 1101 101110 100110 1001000 0 10001 1010010 10100101 111000 1100

Color Harmonies of #0D2E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2E26

Black with #0D2E26

Text Example


Text Example

White with #0D2E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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