Html Css Color HEX #0D271A Dark Green

📋 copy color: '#0D271A'

red 13 ◦ green 39 ◦ blue 26

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

Shades of Dark Green #0D271A

Tints of Dark Green #0D271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 33.33%

R = 16.67%
G = 50%
B = 33.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#0D271A (or 0x0D271A) is known color: Dark Green. HEX triplet: 0D, 27 and 1A. RGB value is (13,39,26). Sum of RGB (Red+Green+Blue) = 13+39+26=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #0D271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D271A is #F2D8E5. Grayscale: #1D1D1D. Windows color (decimal): -15915238 or 1713933. OLE color: 1713933.

HSL color Cylindrical-coordinate representation of color #0D271A: hue angle of 150º 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 #0D271A is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 39 26 -
CMYK 0.67 0 0.33 0.85
HSL 150º 0.5% 0.1% -
HSV(B) 150º 0.67% 0.15% -
XYZ 1.08 1.61 1.23 -
YUV 29.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 13 39 26 0.67 0 0.33 0.85 150 0.5 0.1
Hex D 27 1A 43 0 21 55 96 32 A
Octal 15 47 32 103 0 41 125 226 62 12
Binary 1101 100111 11010 1000011 0 100001 1010101 10010110 110010 1010

Color Harmonies of #0D271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D271A

Black with #0D271A

Text Example


Text Example

White with #0D271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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