#05230D

Color #05230D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #05230D

Tints of Deep Fir #05230D

Color information

#05230D (or 0x05230D) is unknown color: approx Deep Fir. HEX triplet: 05, 23 and 0D. RGB value is (5,35,13). Sum of RGB (Red+Green+Blue) = 5+35+13=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #05230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05230D is #FADCF2. Grayscale: #171717. Windows color (decimal): -16440563 or 860933. OLE color: 860933.

HSL color Cylindrical-coordinate representation of color #05230D: hue angle of 136º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05230D is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB53513-
CMYK0.8600.630.86
HSL136º75%7.84%-
HSV(B)136º85.71%13.73%-
XYZ0.741.260.59-
YUV23.52122.06114.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.43%
GREEN value IS 35 (14.06% from 255) = 66.04%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=9.43%
G=66.04%
B=24.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal535130.8600.630.86136757.84
Hex523D5603F56884b8
Octal5431512607712621011310
Binary10110001111011010110011111110101101000100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05230D; }

 p { color: rgb(5,35,13); }

 H1.HeaderClassName
 {
   color: #05230D;
 }
 .AnyTagClassName
 {
   color: #05230D;
 }
</style>
background-color css

<style>
 a { background-color: #05230D; }

 a { background-color: rgb(5,35,13); }

 div.DivClassName
 {
   background-color: #05230D;
 }
 .BgClassName
 {
   background-color: #05230D;
 }
</style>
border-color css

<style>
 span { border-color: #05230D; }

 span { border-color: rgb(5,35,13); }

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