Html Css Color HEX #094927 British Racing Green

📋 copy color: '#094927'

red 9 ◦ green 73 ◦ blue 39

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

Shades of British Racing Green #094927

Tints of British Racing Green #094927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 32.23%

R = 7.44%
G = 60.33%
B = 32.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#094927 (or 0x094927) is known color: British Racing Green. HEX triplet: 09, 49 and 27. RGB value is (9,73,39). Sum of RGB (Red+Green+Blue) = 9+73+39=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #094927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094927 is #F6B6D8. Grayscale: #323232. Windows color (decimal): -16168665 or 2574601. OLE color: 2574601.

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

Color convert

RGB 9 73 39 -
CMYK 0.88 0 0.47 0.71
HSL 148.13º 0.78% 0.16% -
HSV(B) 148.13º 0.88% 0.29% -
XYZ 2.86 4.97 2.73 -
YUV 49.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 9 73 39 0.88 0 0.47 0.71 148.13 0.78 0.16
Hex 9 49 27 58 0 2F 47 94 4E 10
Octal 11 111 47 130 0 57 107 224 116 20
Binary 1001 1001001 100111 1011000 0 101111 1000111 10010100 1001110 10000

Color Harmonies of #094927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094927

Black with #094927

Text Example


Text Example

White with #094927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094927; }

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

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

background-color css

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

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

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

border-color css

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

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

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