Html Css Color HEX #0D392E Dark Green

📋 copy color: '#0D392E'

red 13 ◦ green 57 ◦ blue 46

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

Shades of Dark Green #0D392E

Tints of Dark Green #0D392E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 49.14%

 BLUE value IS 46 (18.36% from 255) = 39.66%

R = 11.21%
G = 49.14%
B = 39.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.78

RGB Variations

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

Color information

#0D392E (or 0x0D392E) is known color: Dark Green. HEX triplet: 0D, 39 and 2E. RGB value is (13,57,46). Sum of RGB (Red+Green+Blue) = 13+57+46=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #0D392E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D392E is #F2C6D1. Grayscale: #2A2A2A. Windows color (decimal): -15910610 or 3029261. OLE color: 3029261.

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

Color convert

RGB 13 57 46 -
CMYK 0.77 0 0.19 0.78
HSL 165º 0.63% 0.14% -
HSV(B) 165º 0.77% 0.22% -
XYZ 2.12 3.21 3.09 -
YUV 42.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 13 57 46 0.77 0 0.19 0.78 165 0.63 0.14
Hex D 39 2E 4D 0 13 4E A5 3F E
Octal 15 71 56 115 0 23 116 245 77 16
Binary 1101 111001 101110 1001101 0 10011 1001110 10100101 111111 1110

Color Harmonies of #0D392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D392E

Black with #0D392E

Text Example


Text Example

White with #0D392E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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