Html Css Color HEX #094922 British Racing Green

📋 copy color: '#094922'

red 9 ◦ green 73 ◦ blue 34

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

Shades of British Racing Green #094922

Tints of British Racing Green #094922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 29.31%

R = 7.76%
G = 62.93%
B = 29.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#094922 (or 0x094922) is known color: British Racing Green. HEX triplet: 09, 49 and 22. RGB value is (9,73,34). Sum of RGB (Red+Green+Blue) = 9+73+34=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #094922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094922 is #F6B6DD. Grayscale: #313131. Windows color (decimal): -16168670 or 2246921. OLE color: 2246921.

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

Color convert

RGB 9 73 34 -
CMYK 0.88 0 0.53 0.71
HSL 143.44º 0.78% 0.16% -
HSV(B) 143.44º 0.88% 0.29% -
XYZ 2.78 4.94 2.32 -
YUV 49.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 9 73 34 0.88 0 0.53 0.71 143.44 0.78 0.16
Hex 9 49 22 58 0 35 47 8F 4E 10
Octal 11 111 42 130 0 65 107 217 116 20
Binary 1001 1001001 100010 1011000 0 110101 1000111 10001111 1001110 10000

Color Harmonies of #094922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094922

Black with #094922

Text Example


Text Example

White with #094922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094922; }

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

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

background-color css

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

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

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

border-color css

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

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

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