Html Css Color HEX #0D2615 Deep Fir

📋 copy color: '#0D2615'

red 13 ◦ green 38 ◦ blue 21

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

Shades of Deep Fir #0D2615

Tints of Deep Fir #0D2615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 52.78%

 BLUE value IS 21 (8.59% from 255) = 29.17%

R = 18.06%
G = 52.78%
B = 29.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#0D2615 (or 0x0D2615) is known color: Deep Fir. HEX triplet: 0D, 26 and 15. RGB value is (13,38,21). Sum of RGB (Red+Green+Blue) = 13+38+21=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #0D2615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2615 is #F2D9EA. Grayscale: #1C1C1C. Windows color (decimal): -15915499 or 1385997. OLE color: 1385997.

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

Color convert

RGB 13 38 21 -
CMYK 0.66 0 0.45 0.85
HSL 139.2º 0.49% 0.1% -
HSV(B) 139.2º 0.66% 0.15% -
XYZ 0.99 1.53 0.95 -
YUV 28.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 13 38 21 0.66 0 0.45 0.85 139.2 0.49 0.1
Hex D 26 15 42 0 2D 55 8B 31 A
Octal 15 46 25 102 0 55 125 213 61 12
Binary 1101 100110 10101 1000010 0 101101 1010101 10001011 110001 1010

Color Harmonies of #0D2615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2615

Black with #0D2615

Text Example


Text Example

White with #0D2615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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