Html Css Color HEX #09472B British Racing Green

📋 copy color: '#09472B'

red 9 ◦ green 71 ◦ blue 43

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

Shades of British Racing Green #09472B

Tints of British Racing Green #09472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.96%

R = 7.32%
G = 57.72%
B = 34.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#09472B (or 0x09472B) is known color: British Racing Green. HEX triplet: 09, 47 and 2B. RGB value is (9,71,43). Sum of RGB (Red+Green+Blue) = 9+71+43=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #09472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09472B is #F6B8D4. Grayscale: #313131. Windows color (decimal): -16169173 or 2836233. OLE color: 2836233.

HSL color Cylindrical-coordinate representation of color #09472B: hue angle of 152.9º 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 #09472B is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 71 43 -
CMYK 0.87 0 0.39 0.72
HSL 152.9º 0.78% 0.16% -
HSV(B) 152.9º 0.87% 0.28% -
XYZ 2.8 4.74 3.05 -
YUV 49.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 9 71 43 0.87 0 0.39 0.72 152.9 0.78 0.16
Hex 9 47 2B 57 0 27 48 99 4E 10
Octal 11 107 53 127 0 47 110 231 116 20
Binary 1001 1000111 101011 1010111 0 100111 1001000 10011001 1001110 10000

Color Harmonies of #09472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09472B

Black with #09472B

Text Example


Text Example

White with #09472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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