Html Css Color HEX #0D2E15 Deep Fir

📋 copy color: '#0D2E15'

red 13 ◦ green 46 ◦ blue 21

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

Shades of Deep Fir #0D2E15

Tints of Deep Fir #0D2E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 57.5%

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

R = 16.25%
G = 57.5%
B = 26.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.82

RGB Variations

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

Color information

#0D2E15 (or 0x0D2E15) is known color: Deep Fir. HEX triplet: 0D, 2E and 15. RGB value is (13,46,21). Sum of RGB (Red+Green+Blue) = 13+46+21=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 46 (18.36% from 255 or 57.5% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2E15 is #F2D1EA. Grayscale: #212121. Windows color (decimal): -15913451 or 1388045. OLE color: 1388045.

HSL color Cylindrical-coordinate representation of color #0D2E15: hue angle of 134.55º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2E15 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB 13 46 21 -
CMYK 0.72 0 0.54 0.82
HSL 134.55º 0.56% 0.12% -
HSV(B) 134.55º 0.72% 0.18% -
XYZ 1.28 2.09 1.05 -
YUV 33.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 13 46 21 0.72 0 0.54 0.82 134.55 0.56 0.12
Hex D 2E 15 48 0 36 52 87 38 C
Octal 15 56 25 110 0 66 122 207 70 14
Binary 1101 101110 10101 1001000 0 110110 1010010 10000111 111000 1100

Color Harmonies of #0D2E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2E15

Black with #0D2E15

Text Example


Text Example

White with #0D2E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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