Html Css Color HEX #09472A British Racing Green

📋 copy color: '#09472A'

red 9 ◦ green 71 ◦ blue 42

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

Shades of British Racing Green #09472A

Tints of British Racing Green #09472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 7.38%
G = 58.2%
B = 34.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#09472A (or 0x09472A) is known color: British Racing Green. HEX triplet: 09, 47 and 2A. RGB value is (9,71,42). Sum of RGB (Red+Green+Blue) = 9+71+42=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #09472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09472A is #F6B8D5. Grayscale: #313131. Windows color (decimal): -16169174 or 2770697. OLE color: 2770697.

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

Color convert

RGB 9 71 42 -
CMYK 0.87 0 0.41 0.72
HSL 151.94º 0.78% 0.16% -
HSV(B) 151.94º 0.87% 0.28% -
XYZ 2.78 4.73 2.96 -
YUV 49.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 9 71 42 0.87 0 0.41 0.72 151.94 0.78 0.16
Hex 9 47 2A 57 0 29 48 98 4E 10
Octal 11 107 52 127 0 51 110 230 116 20
Binary 1001 1000111 101010 1010111 0 101001 1001000 10011000 1001110 10000

Color Harmonies of #09472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09472A

Black with #09472A

Text Example


Text Example

White with #09472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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