#09461F

Color #09461F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #09461F

Tints of British Racing Green #09461F

Color information

#09461F (or 0x09461F) is unknown color: approx British Racing Green. HEX triplet: 09, 46 and 1F. RGB value is (9,70,31). Sum of RGB (Red+Green+Blue) = 9+70+31=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #09461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09461F is #F6B9E0. Grayscale: #2F2F2F. Windows color (decimal): -16169441 or 2049545. OLE color: 2049545.

HSL color Cylindrical-coordinate representation of color #09461F: hue angle of 141.64º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09461F is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB97031-
CMYK0.8700.560.73
HSL141.64º77.22%15.49%-
HSV(B)141.64º87.14%27.45%-
XYZ2.554.542.04-
YUV47.32118.79100.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 70 (27.73% from 255) = 63.64%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=8.18%
G=63.64%
B=28.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal970310.8700.560.73141.6477.2215.49
Hex9461F57038498e4df
Octal111063712707011121611517
Binary10011000110111111010111011100010010011000111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,70,31); }

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

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

 a { background-color: rgb(9,70,31); }

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

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

 span { border-color: rgb(9,70,31); }

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