#09442C

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

Shades of British Racing Green #09442C

Tints of British Racing Green #09442C

Color information

#09442C (or 0x09442C) is unknown color: approx British Racing Green. HEX triplet: 09, 44 and 2C. RGB value is (9,68,44). Sum of RGB (Red+Green+Blue) = 9+68+44=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #09442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09442C is #F6BBD3. Grayscale: #2F2F2F. Windows color (decimal): -16169940 or 2901001. OLE color: 2901001.

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

Color convert

RGB96844-
CMYK0.8700.350.73
HSL155.59º76.62%15.1%-
HSV(B)155.59º86.76%26.67%-
XYZ2.634.373.09-
YUV47.62125.95100.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=7.44%
G=56.20%
B=36.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968440.8700.350.73155.5976.6215.1
Hex9442C57023499c4df
Octal111045412704311123411517
Binary100110001001011001010111010001110010011001110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09442C; }

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

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

<style>
 a { background-color: #09442C; }

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

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

<style>
 span { border-color: #09442C; }

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

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