Html Css Color HEX #094E20 British Racing Green

📋 copy color: '#094E20'

red 9 ◦ green 78 ◦ blue 32

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

Shades of British Racing Green #094E20

Tints of British Racing Green #094E20

RGB

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

 GREEN value IS 78 (30.86% from 255) = 65.55%

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

R = 7.56%
G = 65.55%
B = 26.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#094E20 (or 0x094E20) is known color: British Racing Green. HEX triplet: 09, 4E and 20. RGB value is (9,78,32). Sum of RGB (Red+Green+Blue) = 9+78+32=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 78 (30.86% from 255 or 65.55% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 78 - color contains mainly: green. Hex color #094E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E20 is #F6B1DF. Grayscale: #343434. Windows color (decimal): -16167392 or 2117129. OLE color: 2117129.

HSL color Cylindrical-coordinate representation of color #094E20: hue angle of 140º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E20 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 78 32 -
CMYK 0.88 0 0.59 0.69
HSL 140º 0.79% 0.17% -
HSV(B) 140º 0.88% 0.31% -
XYZ 3.1 5.61 2.29 -
YUV 52.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 9 78 32 0.88 0 0.59 0.69 140 0.79 0.17
Hex 9 4E 20 58 0 3B 45 8C 4F 11
Octal 11 116 40 130 0 73 105 214 117 21
Binary 1001 1001110 100000 1011000 0 111011 1000101 10001100 1001111 10001

Color Harmonies of #094E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E20

Black with #094E20

Text Example


Text Example

White with #094E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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