Html Css Color HEX #094924 British Racing Green

📋 copy color: '#094924'

red 9 ◦ green 73 ◦ blue 36

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

Shades of British Racing Green #094924

Tints of British Racing Green #094924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 30.51%

R = 7.63%
G = 61.86%
B = 30.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#094924 (or 0x094924) is known color: British Racing Green. HEX triplet: 09, 49 and 24. RGB value is (9,73,36). Sum of RGB (Red+Green+Blue) = 9+73+36=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #094924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094924 is #F6B6DB. Grayscale: #313131. Windows color (decimal): -16168668 or 2377993. OLE color: 2377993.

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

Color convert

RGB 9 73 36 -
CMYK 0.88 0 0.51 0.71
HSL 145.31º 0.78% 0.16% -
HSV(B) 145.31º 0.88% 0.29% -
XYZ 2.81 4.95 2.48 -
YUV 49.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 9 73 36 0.88 0 0.51 0.71 145.31 0.78 0.16
Hex 9 49 24 58 0 33 47 91 4E 10
Octal 11 111 44 130 0 63 107 221 116 20
Binary 1001 1001001 100100 1011000 0 110011 1000111 10010001 1001110 10000

Color Harmonies of #094924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094924

Black with #094924

Text Example


Text Example

White with #094924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094924; }

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

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

background-color css

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

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

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

border-color css

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

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

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