#09471E

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

Shades of British Racing Green #09471E

Tints of British Racing Green #09471E

Color information

#09471E (or 0x09471E) is unknown color: approx British Racing Green. HEX triplet: 09, 47 and 1E. RGB value is (9,71,30). Sum of RGB (Red+Green+Blue) = 9+71+30=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #09471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09471E is #F6B8E1. Grayscale: #2F2F2F. Windows color (decimal): -16169186 or 1984265. OLE color: 1984265.

HSL color Cylindrical-coordinate representation of color #09471E: hue angle of 140.32º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09471E is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB97130-
CMYK0.8700.580.72
HSL140.32º77.5%15.69%-
HSV(B)140.32º87.32%27.84%-
XYZ2.64.661.99-
YUV47.79117.96100.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 71 (28.12% from 255) = 64.55%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=8.18%
G=64.55%
B=27.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal971300.8700.580.72140.3277.515.69
Hex9471E5703A488c4e10
Octal111073612707211021411620
Binary100110001111111010101110111010100100010001100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09471E; }

 p { color: rgb(9,71,30); }

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

<style>
 a { background-color: #09471E; }

 a { background-color: rgb(9,71,30); }

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

<style>
 span { border-color: #09471E; }

 span { border-color: rgb(9,71,30); }

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