Html Css Color HEX #0D2515 Deep Fir

📋 copy color: '#0D2515'

red 13 ◦ green 37 ◦ blue 21

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

Shades of Deep Fir #0D2515

Tints of Deep Fir #0D2515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 52.11%

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

R = 18.31%
G = 52.11%
B = 29.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#0D2515 (or 0x0D2515) is known color: Deep Fir. HEX triplet: 0D, 25 and 15. RGB value is (13,37,21). Sum of RGB (Red+Green+Blue) = 13+37+21=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2515 is #F2DAEA. Grayscale: #1C1C1C. Windows color (decimal): -15915755 or 1385741. OLE color: 1385741.

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

Color convert

RGB 13 37 21 -
CMYK 0.65 0 0.43 0.85
HSL 140º 0.48% 0.1% -
HSV(B) 140º 0.65% 0.15% -
XYZ 0.96 1.46 0.94 -
YUV 28 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 13 37 21 0.65 0 0.43 0.85 140 0.48 0.1
Hex D 25 15 41 0 2B 55 8C 30 A
Octal 15 45 25 101 0 53 125 214 60 12
Binary 1101 100101 10101 1000001 0 101011 1010101 10001100 110000 1010

Color Harmonies of #0D2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2515

Black with #0D2515

Text Example


Text Example

White with #0D2515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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