#09492B

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

Shades of British Racing Green #09492B

Tints of British Racing Green #09492B

Color information

#09492B (or 0x09492B) is unknown color: approx British Racing Green. HEX triplet: 09, 49 and 2B. RGB value is (9,73,43). Sum of RGB (Red+Green+Blue) = 9+73+43=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #09492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09492B is #F6B6D4. Grayscale: #323232. Windows color (decimal): -16168661 or 2836745. OLE color: 2836745.

HSL color Cylindrical-coordinate representation of color #09492B: hue angle of 151.88º 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 #09492B is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB97343-
CMYK0.8800.410.71
HSL151.88º78.05%16.08%-
HSV(B)151.88º87.67%28.63%-
XYZ2.9353.1-
YUV50.44123.898.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 73 (28.91% from 255) = 58.4%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=7.2%
G=58.4%
B=34.4%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973430.8800.410.71151.8878.0516.08
Hex9492B5802947984e10
Octal111115313005110723011620
Binary1001100100110101110110000101001100011110011000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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