#09482B

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

Shades of British Racing Green #09482B

Tints of British Racing Green #09482B

Color information

#09482B (or 0x09482B) is unknown color: approx British Racing Green. HEX triplet: 09, 48 and 2B. RGB value is (9,72,43). Sum of RGB (Red+Green+Blue) = 9+72+43=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #09482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09482B is #F6B7D4. Grayscale: #313131. Windows color (decimal): -16168917 or 2836489. OLE color: 2836489.

HSL color Cylindrical-coordinate representation of color #09482B: hue angle of 152.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09482B is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB97243-
CMYK0.8800.400.72
HSL152.38º77.78%15.88%-
HSV(B)152.38º87.5%28.24%-
XYZ2.874.873.07-
YUV49.86124.1398.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=7.26%
G=58.06%
B=34.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972430.8800.400.72152.3877.7815.88
Hex9482B5802848984e10
Octal111105313005011023011620
Binary1001100100010101110110000101000100100010011000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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