Html Css Color HEX #0D271D Dark Green

📋 copy color: '#0D271D'

red 13 ◦ green 39 ◦ blue 29

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

Shades of Dark Green #0D271D

Tints of Dark Green #0D271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 48.15%

 BLUE value IS 29 (11.72% from 255) = 35.8%

R = 16.05%
G = 48.15%
B = 35.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#0D271D (or 0x0D271D) is known color: Dark Green. HEX triplet: 0D, 27 and 1D. RGB value is (13,39,29). Sum of RGB (Red+Green+Blue) = 13+39+29=81 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.05% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #0D271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D271D is #F2D8E2. Grayscale: #1E1E1E. Windows color (decimal): -15915235 or 1910541. OLE color: 1910541.

HSL color Cylindrical-coordinate representation of color #0D271D: hue angle of 156.92º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D271D is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 39 29 -
CMYK 0.67 0 0.26 0.85
HSL 156.92º 0.5% 0.1% -
HSV(B) 156.92º 0.67% 0.15% -
XYZ 1.11 1.63 1.42 -
YUV 30.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 13 39 29 0.67 0 0.26 0.85 156.92 0.5 0.1
Hex D 27 1D 43 0 1A 55 9D 32 A
Octal 15 47 35 103 0 32 125 235 62 12
Binary 1101 100111 11101 1000011 0 11010 1010101 10011101 110010 1010

Color Harmonies of #0D271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D271D

Black with #0D271D

Text Example


Text Example

White with #0D271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,39,29); }

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

background-color css

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

 a { background-color: rgb(13,39,29); }

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

border-color css

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

 span { border-color: rgb(13,39,29); }

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