Html Css Color HEX #0D3A2D Dark Green

📋 copy color: '#0D3A2D'

red 13 ◦ green 58 ◦ blue 45

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

Shades of Dark Green #0D3A2D

Tints of Dark Green #0D3A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 50%

 BLUE value IS 45 (17.97% from 255) = 38.79%

R = 11.21%
G = 50%
B = 38.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.77

RGB Variations

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

Color information

#0D3A2D (or 0x0D3A2D) is known color: Dark Green. HEX triplet: 0D, 3A and 2D. RGB value is (13,58,45). Sum of RGB (Red+Green+Blue) = 13+58+45=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #0D3A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3A2D is #F2C5D2. Grayscale: #2B2B2B. Windows color (decimal): -15910355 or 2963981. OLE color: 2963981.

HSL color Cylindrical-coordinate representation of color #0D3A2D: hue angle of 162.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3A2D is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB 13 58 45 -
CMYK 0.78 0 0.22 0.77
HSL 162.67º 0.63% 0.14% -
HSV(B) 162.67º 0.78% 0.23% -
XYZ 2.15 3.3 3.01 -
YUV 43.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 13 58 45 0.78 0 0.22 0.77 162.67 0.63 0.14
Hex D 3A 2D 4E 0 16 4D A3 3F E
Octal 15 72 55 116 0 26 115 243 77 16
Binary 1101 111010 101101 1001110 0 10110 1001101 10100011 111111 1110

Color Harmonies of #0D3A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3A2D

Black with #0D3A2D

Text Example


Text Example

White with #0D3A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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