#09402C

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

Shades of British Racing Green #09402C

Tints of British Racing Green #09402C

Color information

#09402C (or 0x09402C) is unknown color: approx British Racing Green. HEX triplet: 09, 40 and 2C. RGB value is (9,64,44). Sum of RGB (Red+Green+Blue) = 9+64+44=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #09402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09402C is #F6BFD3. Grayscale: #2D2D2D. Windows color (decimal): -16170964 or 2899977. OLE color: 2899977.

HSL color Cylindrical-coordinate representation of color #09402C: hue angle of 158.18º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09402C is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB96444-
CMYK0.8600.310.75
HSL158.18º75.34%14.31%-
HSV(B)158.18º85.94%25.1%-
XYZ2.43.913.01-
YUV45.28127.28102.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=7.69%
G=54.70%
B=37.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964440.8600.310.75158.1875.3414.31
Hex9402C5601F4B9e4be
Octal111005412603711323611316
Binary10011000000101100101011001111110010111001111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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