#08230F

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

Shades of Deep Fir #08230F

Tints of Deep Fir #08230F

Color information

#08230F (or 0x08230F) is unknown color: approx Deep Fir. HEX triplet: 08, 23 and 0F. RGB value is (8,35,15). Sum of RGB (Red+Green+Blue) = 8+35+15=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #08230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08230F is #F7DCF0. Grayscale: #181818. Windows color (decimal): -16243953 or 992008. OLE color: 992008.

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

Color convert

RGB83515-
CMYK0.7700.570.86
HSL135.56º62.79%8.43%-
HSV(B)135.56º77.14%13.73%-
XYZ0.791.290.66-
YUV24.65122.55116.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.79%
GREEN value IS 35 (14.06% from 255) = 60.34%
BLUE value IS 15 (6.25% from 255) = 25.86%
R=13.79%
G=60.34%
B=25.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal835150.7700.570.86135.5662.798.43
Hex823F4D03956883f8
Octal1043171150711262107710
Binary10001000111111100110101110011010110100010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08230F; }

 p { color: rgb(8,35,15); }

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

<style>
 a { background-color: #08230F; }

 a { background-color: rgb(8,35,15); }

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

<style>
 span { border-color: #08230F; }

 span { border-color: rgb(8,35,15); }

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