#09441F

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

Shades of British Racing Green #09441F

Tints of British Racing Green #09441F

Color information

#09441F (or 0x09441F) is unknown color: approx British Racing Green. HEX triplet: 09, 44 and 1F. RGB value is (9,68,31). Sum of RGB (Red+Green+Blue) = 9+68+31=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #09441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09441F is #F6BBE0. Grayscale: #2E2E2E. Windows color (decimal): -16169953 or 2049033. OLE color: 2049033.

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

Color convert

RGB96831-
CMYK0.8700.540.73
HSL142.37º76.62%15.1%-
HSV(B)142.37º86.76%26.67%-
XYZ2.434.292-
YUV46.14119.45101.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 68 (26.95% from 255) = 62.96%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=8.33%
G=62.96%
B=28.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968310.8700.540.73142.3776.6215.1
Hex9441F57036498e4df
Octal111043712706611121611517
Binary10011000100111111010111011011010010011000111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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