Html Css Color HEX #09491F British Racing Green

📋 copy color: '#09491F'

red 9 ◦ green 73 ◦ blue 31

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

Shades of British Racing Green #09491F

Tints of British Racing Green #09491F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.43%

R = 7.96%
G = 64.6%
B = 27.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#09491F (or 0x09491F) is known color: British Racing Green. HEX triplet: 09, 49 and 1F. RGB value is (9,73,31). Sum of RGB (Red+Green+Blue) = 9+73+31=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #09491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09491F is #F6B6E0. Grayscale: #313131. Windows color (decimal): -16168673 or 2050313. OLE color: 2050313.

HSL color Cylindrical-coordinate representation of color #09491F: hue angle of 140.62º 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 #09491F is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 31 -
CMYK 0.88 0 0.58 0.71
HSL 140.63º 0.78% 0.16% -
HSV(B) 140.63º 0.88% 0.29% -
XYZ 2.74 4.92 2.1 -
YUV 49.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 9 73 31 0.88 0 0.58 0.71 140.63 0.78 0.16
Hex 9 49 1F 58 0 3A 47 8D 4E 10
Octal 11 111 37 130 0 72 107 215 116 20
Binary 1001 1001001 11111 1011000 0 111010 1000111 10001101 1001110 10000

Color Harmonies of #09491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09491F

Black with #09491F

Text Example


Text Example

White with #09491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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