Html Css Color HEX #0D2D15 Deep Fir

📋 copy color: '#0D2D15'

red 13 ◦ green 45 ◦ blue 21

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

Shades of Deep Fir #0D2D15

Tints of Deep Fir #0D2D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 56.96%

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

R = 16.46%
G = 56.96%
B = 26.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.82

RGB Variations

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

Color information

#0D2D15 (or 0x0D2D15) is known color: Deep Fir. HEX triplet: 0D, 2D and 15. RGB value is (13,45,21). Sum of RGB (Red+Green+Blue) = 13+45+21=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 45 (17.97% from 255 or 56.96% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 45 - color contains mainly: green. Hex color #0D2D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2D15 is #F2D2EA. Grayscale: #202020. Windows color (decimal): -15913707 or 1387789. OLE color: 1387789.

HSL color Cylindrical-coordinate representation of color #0D2D15: hue angle of 135º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D2D15 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB 13 45 21 -
CMYK 0.71 0 0.53 0.82
HSL 135º 0.55% 0.11% -
HSV(B) 135º 0.71% 0.18% -
XYZ 1.24 2.02 1.03 -
YUV 32.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 13 45 21 0.71 0 0.53 0.82 135 0.55 0.11
Hex D 2D 15 47 0 35 52 87 37 B
Octal 15 55 25 107 0 65 122 207 67 13
Binary 1101 101101 10101 1000111 0 110101 1010010 10000111 110111 1011

Color Harmonies of #0D2D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2D15

Black with #0D2D15

Text Example


Text Example

White with #0D2D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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