Html Css Color HEX #094931 British Racing Green

📋 copy color: '#094931'

red 9 ◦ green 73 ◦ blue 49

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

Shades of British Racing Green #094931

Tints of British Racing Green #094931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 6.87%
G = 55.73%
B = 37.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#094931 (or 0x094931) is known color: British Racing Green. HEX triplet: 09, 49 and 31. RGB value is (9,73,49). Sum of RGB (Red+Green+Blue) = 9+73+49=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #094931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094931 is #F6B6CE. Grayscale: #333333. Windows color (decimal): -16168655 or 3229961. OLE color: 3229961.

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

Color convert

RGB 9 73 49 -
CMYK 0.88 0 0.33 0.71
HSL 157.5º 0.78% 0.16% -
HSV(B) 157.5º 0.88% 0.29% -
XYZ 3.05 5.04 3.72 -
YUV 51.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 9 73 49 0.88 0 0.33 0.71 157.5 0.78 0.16
Hex 9 49 31 58 0 21 47 9E 4E 10
Octal 11 111 61 130 0 41 107 236 116 20
Binary 1001 1001001 110001 1011000 0 100001 1000111 10011110 1001110 10000

Color Harmonies of #094931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094931

Black with #094931

Text Example


Text Example

White with #094931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094931; }

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

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

background-color css

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

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

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

border-color css

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

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

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