Html Css Color HEX #09472D British Racing Green

📋 copy color: '#09472D'

red 9 ◦ green 71 ◦ blue 45

#09472D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #09472D

Tints of British Racing Green #09472D

RGB

 RED value IS 9 (3.91% from 255) = 7.2%

 GREEN value IS 71 (28.13% from 255) = 56.8%

 BLUE value IS 45 (17.97% from 255) = 36%

R = 7.2%
G = 56.8%
B = 36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#09472D (or 0x09472D) is known color: British Racing Green. HEX triplet: 09, 47 and 2D. RGB value is (9,71,45). Sum of RGB (Red+Green+Blue) = 9+71+45=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #09472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09472D is #F6B8D2. Grayscale: #313131. Windows color (decimal): -16169171 or 2967305. OLE color: 2967305.

HSL color Cylindrical-coordinate representation of color #09472D: hue angle of 154.84º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09472D is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 71 45 -
CMYK 0.87 0 0.37 0.72
HSL 154.84º 0.78% 0.16% -
HSV(B) 154.84º 0.87% 0.28% -
XYZ 2.84 4.75 3.25 -
YUV 49.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 9 71 45 0.87 0 0.37 0.72 154.84 0.78 0.16
Hex 9 47 2D 57 0 25 48 9B 4E 10
Octal 11 107 55 127 0 45 110 233 116 20
Binary 1001 1000111 101101 1010111 0 100101 1001000 10011011 1001110 10000

Color Harmonies of #09472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09472D

Black with #09472D

Text Example


Text Example

White with #09472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09472D;
 }
 .AnyTagClassName
 {
   color: #09472D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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