Html Css Color HEX #094A20 British Racing Green

📋 copy color: '#094A20'

red 9 ◦ green 74 ◦ blue 32

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

Shades of British Racing Green #094A20

Tints of British Racing Green #094A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 64.35%

 BLUE value IS 32 (12.89% from 255) = 27.83%

R = 7.83%
G = 64.35%
B = 27.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#094A20 (or 0x094A20) is known color: British Racing Green. HEX triplet: 09, 4A and 20. RGB value is (9,74,32). Sum of RGB (Red+Green+Blue) = 9+74+32=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 74 (29.30% from 255 or 64.35% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 74 - color contains mainly: green. Hex color #094A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A20 is #F6B5DF. Grayscale: #313131. Windows color (decimal): -16168416 or 2116105. OLE color: 2116105.

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

Color convert

RGB 9 74 32 -
CMYK 0.88 0 0.57 0.71
HSL 141.23º 0.78% 0.16% -
HSV(B) 141.23º 0.88% 0.29% -
XYZ 2.82 5.06 2.19 -
YUV 49.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 9 74 32 0.88 0 0.57 0.71 141.23 0.78 0.16
Hex 9 4A 20 58 0 39 47 8D 4E 10
Octal 11 112 40 130 0 71 107 215 116 20
Binary 1001 1001010 100000 1011000 0 111001 1000111 10001101 1001110 10000

Color Harmonies of #094A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A20

Black with #094A20

Text Example


Text Example

White with #094A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094A20; }

 p { color: rgb(9,74,32); }

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

background-color css

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

 a { background-color: rgb(9,74,32); }

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

border-color css

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

 span { border-color: rgb(9,74,32); }

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