Html Css Color HEX #0D4115 Deep Fir

📋 copy color: '#0D4115'

red 13 ◦ green 65 ◦ blue 21

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

Shades of Deep Fir #0D4115

Tints of Deep Fir #0D4115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 65.66%

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

R = 13.13%
G = 65.66%
B = 21.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#0D4115 (or 0x0D4115) is known color: Deep Fir. HEX triplet: 0D, 41 and 15. RGB value is (13,65,21). Sum of RGB (Red+Green+Blue) = 13+65+21=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4115 is #F2BEEA. Grayscale: #2C2C2C. Windows color (decimal): -15908587 or 1392909. OLE color: 1392909.

HSL color Cylindrical-coordinate representation of color #0D4115: hue angle of 129.23º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4115 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 65 21 -
CMYK 0.80 0 0.68 0.75
HSL 129.23º 0.67% 0.15% -
HSV(B) 129.23º 0.8% 0.25% -
XYZ 2.19 3.92 1.35 -
YUV 44.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 13 65 21 0.80 0 0.68 0.75 129.23 0.67 0.15
Hex D 41 15 50 0 44 4B 81 43 F
Octal 15 101 25 120 0 104 113 201 103 17
Binary 1101 1000001 10101 1010000 0 1000100 1001011 10000001 1000011 1111

Color Harmonies of #0D4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4115

Black with #0D4115

Text Example


Text Example

White with #0D4115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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