#0B431F

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

Shades of Deep Fir #0B431F

Tints of Deep Fir #0B431F

Color information

#0B431F (or 0x0B431F) is unknown color: approx Deep Fir. HEX triplet: 0B, 43 and 1F. RGB value is (11,67,31). Sum of RGB (Red+Green+Blue) = 11+67+31=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #0B431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B431F is #F4BCE0. Grayscale: #2E2E2E. Windows color (decimal): -16039137 or 2048779. OLE color: 2048779.

HSL color Cylindrical-coordinate representation of color #0B431F: hue angle of 141.43º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B431F is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB116731-
CMYK0.8400.540.74
HSL141.43º71.79%15.29%-
HSV(B)141.43º83.58%26.27%-
XYZ2.394.181.98-
YUV46.15119.45102.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.09%
GREEN value IS 67 (26.56% from 255) = 61.47%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=10.09%
G=61.47%
B=28.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167310.8400.540.74141.4371.7915.29
HexB431F540364A8d48f
Octal131033712406611221511017
Binary10111000011111111010100011011010010101000110110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,67,31); }

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

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

 a { background-color: rgb(11,67,31); }

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

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

 span { border-color: rgb(11,67,31); }

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