#09482D

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

Shades of British Racing Green #09482D

Tints of British Racing Green #09482D

Color information

#09482D (or 0x09482D) is unknown color: approx British Racing Green. HEX triplet: 09, 48 and 2D. RGB value is (9,72,45). Sum of RGB (Red+Green+Blue) = 9+72+45=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #09482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09482D is #F6B7D2. Grayscale: #323232. Windows color (decimal): -16168915 or 2967561. OLE color: 2967561.

HSL color Cylindrical-coordinate representation of color #09482D: hue angle of 154.29º 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 #09482D is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB97245-
CMYK0.8800.380.72
HSL154.29º77.78%15.88%-
HSV(B)154.29º87.5%28.24%-
XYZ2.94.883.27-
YUV50.08125.1398.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 72 (28.52% from 255) = 57.14%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=7.14%
G=57.14%
B=35.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972450.8800.380.72154.2977.7815.88
Hex9482D58026489a4e10
Octal111105513004611023211620
Binary1001100100010110110110000100110100100010011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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