#0A431E

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

Shades of Deep Fir #0A431E

Tints of Deep Fir #0A431E

Color information

#0A431E (or 0x0A431E) is unknown color: approx Deep Fir. HEX triplet: 0A, 43 and 1E. RGB value is (10,67,30). Sum of RGB (Red+Green+Blue) = 10+67+30=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #0A431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A431E is #F5BCE1. Grayscale: #2D2D2D. Windows color (decimal): -16104674 or 1983242. OLE color: 1983242.

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

Color convert

RGB106730-
CMYK0.8500.550.74
HSL141.05º74.03%15.1%-
HSV(B)141.05º85.07%26.27%-
XYZ2.374.171.91-
YUV45.74119.12102.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.35%
GREEN value IS 67 (26.56% from 255) = 62.62%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=9.35%
G=62.62%
B=28.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1067300.8500.550.74141.0574.0315.1
HexA431E550374A8d4af
Octal121033612506711221511217
Binary10101000011111101010101011011110010101000110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,67,30); }

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

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

 a { background-color: rgb(10,67,30); }

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

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

 span { border-color: rgb(10,67,30); }

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