#09492D

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

Shades of British Racing Green #09492D

Tints of British Racing Green #09492D

Color information

#09492D (or 0x09492D) is unknown color: approx British Racing Green. HEX triplet: 09, 49 and 2D. RGB value is (9,73,45). Sum of RGB (Red+Green+Blue) = 9+73+45=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #09492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09492D is #F6B6D2. Grayscale: #323232. Windows color (decimal): -16168659 or 2967817. OLE color: 2967817.

HSL color Cylindrical-coordinate representation of color #09492D: hue angle of 153.75º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09492D is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB97345-
CMYK0.8800.380.71
HSL153.75º78.05%16.08%-
HSV(B)153.75º87.67%28.63%-
XYZ2.975.013.29-
YUV50.67124.898.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 73 (28.91% from 255) = 57.48%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=7.09%
G=57.48%
B=35.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973450.8800.380.71153.7578.0516.08
Hex9492D58026479a4e10
Octal111115513004610723211620
Binary1001100100110110110110000100110100011110011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09492D; }

 p { color: rgb(9,73,45); }

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

<style>
 a { background-color: #09492D; }

 a { background-color: rgb(9,73,45); }

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

<style>
 span { border-color: #09492D; }

 span { border-color: rgb(9,73,45); }

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