Html Css Color HEX #0D461E Deep Fir

📋 copy color: '#0D461E'

red 13 ◦ green 70 ◦ blue 30

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

Shades of Deep Fir #0D461E

Tints of Deep Fir #0D461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 61.95%

 BLUE value IS 30 (12.11% from 255) = 26.55%

R = 11.5%
G = 61.95%
B = 26.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#0D461E (or 0x0D461E) is known color: Deep Fir. HEX triplet: 0D, 46 and 1E. RGB value is (13,70,30). Sum of RGB (Red+Green+Blue) = 13+70+30=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 70 (27.73% from 255 or 61.95% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 70 - color contains mainly: green. Hex color #0D461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D461E is #F2B9E1. Grayscale: #303030. Windows color (decimal): -15907298 or 1984013. OLE color: 1984013.

HSL color Cylindrical-coordinate representation of color #0D461E: hue angle of 137.89º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D461E is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 70 30 -
CMYK 0.81 0 0.57 0.73
HSL 137.89º 0.69% 0.16% -
HSV(B) 137.89º 0.81% 0.27% -
XYZ 2.59 4.56 1.97 -
YUV 48.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 13 70 30 0.81 0 0.57 0.73 137.89 0.69 0.16
Hex D 46 1E 51 0 39 49 8A 45 10
Octal 15 106 36 121 0 71 111 212 105 20
Binary 1101 1000110 11110 1010001 0 111001 1001001 10001010 1000101 10000

Color Harmonies of #0D461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D461E

Black with #0D461E

Text Example


Text Example

White with #0D461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,70,30); }

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

background-color css

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

 a { background-color: rgb(13,70,30); }

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

border-color css

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

 span { border-color: rgb(13,70,30); }

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