Html Css Color HEX #0D2E13 Deep Fir

📋 copy color: '#0D2E13'

red 13 ◦ green 46 ◦ blue 19

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

Shades of Deep Fir #0D2E13

Tints of Deep Fir #0D2E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 24.36%

R = 16.67%
G = 58.97%
B = 24.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#0D2E13 (or 0x0D2E13) is known color: Deep Fir. HEX triplet: 0D, 2E and 13. RGB value is (13,46,19). Sum of RGB (Red+Green+Blue) = 13+46+19=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 46 (18.36% from 255 or 58.97% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2E13 is #F2D1EC. Grayscale: #212121. Windows color (decimal): -15913453 or 1256973. OLE color: 1256973.

HSL color Cylindrical-coordinate representation of color #0D2E13: hue angle of 130.91º 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 #0D2E13 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB 13 46 19 -
CMYK 0.72 0 0.59 0.82
HSL 130.91º 0.56% 0.12% -
HSV(B) 130.91º 0.72% 0.18% -
XYZ 1.26 2.09 0.95 -
YUV 33.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 13 46 19 0.72 0 0.59 0.82 130.91 0.56 0.12
Hex D 2E 13 48 0 3B 52 83 38 C
Octal 15 56 23 110 0 73 122 203 70 14
Binary 1101 101110 10011 1001000 0 111011 1010010 10000011 111000 1100

Color Harmonies of #0D2E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2E13

Black with #0D2E13

Text Example


Text Example

White with #0D2E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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