#09451F

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

Shades of British Racing Green #09451F

Tints of British Racing Green #09451F

Color information

#09451F (or 0x09451F) is unknown color: approx British Racing Green. HEX triplet: 09, 45 and 1F. RGB value is (9,69,31). Sum of RGB (Red+Green+Blue) = 9+69+31=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #09451F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09451F is #F6BAE0. Grayscale: #2E2E2E. Windows color (decimal): -16169697 or 2049289. OLE color: 2049289.

HSL color Cylindrical-coordinate representation of color #09451F: hue angle of 142º 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 #09451F is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB96931-
CMYK0.8700.550.73
HSL142º76.92%15.29%-
HSV(B)142º86.96%27.06%-
XYZ2.494.412.02-
YUV46.73119.12101.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 69 (27.34% from 255) = 63.30%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=8.26%
G=63.30%
B=28.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal969310.8700.550.7314276.9215.29
Hex9451F57037498e4df
Octal111053712706711121611517
Binary10011000101111111010111011011110010011000111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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