Html Css Color HEX #09491E British Racing Green

📋 copy color: '#09491E'

red 9 ◦ green 73 ◦ blue 30

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

Shades of British Racing Green #09491E

Tints of British Racing Green #09491E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 65.18%

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

R = 8.04%
G = 65.18%
B = 26.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#09491E (or 0x09491E) is known color: British Racing Green. HEX triplet: 09, 49 and 1E. RGB value is (9,73,30). Sum of RGB (Red+Green+Blue) = 9+73+30=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #09491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09491E is #F6B6E1. Grayscale: #313131. Windows color (decimal): -16168674 or 1984777. OLE color: 1984777.

HSL color Cylindrical-coordinate representation of color #09491E: hue angle of 139.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09491E is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 30 -
CMYK 0.88 0 0.59 0.71
HSL 139.69º 0.78% 0.16% -
HSV(B) 139.69º 0.88% 0.29% -
XYZ 2.73 4.92 2.03 -
YUV 48.96 117.3 99.5 -
System Red Green Blue C M Y K H S L
Decimal 9 73 30 0.88 0 0.59 0.71 139.69 0.78 0.16
Hex 9 49 1E 58 0 3B 47 8C 4E 10
Octal 11 111 36 130 0 73 107 214 116 20
Binary 1001 1001001 11110 1011000 0 111011 1000111 10001100 1001110 10000

Color Harmonies of #09491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09491E

Black with #09491E

Text Example


Text Example

White with #09491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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