#09412F

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

Shades of British Racing Green #09412F

Tints of British Racing Green #09412F

Color information

#09412F (or 0x09412F) is unknown color: approx British Racing Green. HEX triplet: 09, 41 and 2F. RGB value is (9,65,47). Sum of RGB (Red+Green+Blue) = 9+65+47=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #09412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09412F is #F6BED0. Grayscale: #2E2E2E. Windows color (decimal): -16170705 or 3096841. OLE color: 3096841.

HSL color Cylindrical-coordinate representation of color #09412F: hue angle of 160.71º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09412F is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB96547-
CMYK0.8600.280.75
HSL160.71º75.68%14.51%-
HSV(B)160.71º86.15%25.49%-
XYZ2.524.043.34-
YUV46.2128.45101.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=7.44%
G=53.72%
B=38.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965470.8600.280.75160.7175.6814.51
Hex9412F5601C4Ba14cf
Octal111015712603411324111417
Binary10011000001101111101011001110010010111010000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,65,47); }

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

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

 a { background-color: rgb(9,65,47); }

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

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

 span { border-color: rgb(9,65,47); }

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