Html Css Color HEX #09471E British Racing Green

📋 copy color: '#09471E'

red 9 ◦ green 71 ◦ blue 30

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

Shades of British Racing Green #09471E

Tints of British Racing Green #09471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.27%

R = 8.18%
G = 64.55%
B = 27.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#09471E (or 0x09471E) is known color: British Racing Green. HEX triplet: 09, 47 and 1E. RGB value is (9,71,30). Sum of RGB (Red+Green+Blue) = 9+71+30=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #09471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09471E is #F6B8E1. Grayscale: #2F2F2F. Windows color (decimal): -16169186 or 1984265. OLE color: 1984265.

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

Color convert

RGB 9 71 30 -
CMYK 0.87 0 0.58 0.72
HSL 140.32º 0.78% 0.16% -
HSV(B) 140.32º 0.87% 0.28% -
XYZ 2.6 4.66 1.99 -
YUV 47.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 9 71 30 0.87 0 0.58 0.72 140.32 0.78 0.16
Hex 9 47 1E 57 0 3A 48 8C 4E 10
Octal 11 107 36 127 0 72 110 214 116 20
Binary 1001 1000111 11110 1010111 0 111010 1001000 10001100 1001110 10000

Color Harmonies of #09471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09471E

Black with #09471E

Text Example


Text Example

White with #09471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09471E; }

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

 H1.HeaderClassName
 {
   color: #09471E;
 }
 .AnyTagClassName
 {
   color: #09471E;
 }
</style>

background-color css

<style>
 a { background-color: #09471E; }

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

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

border-color css

<style>
 span { border-color: #09471E; }

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

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