Html Css Color HEX #094020 British Racing Green

📋 copy color: '#094020'

red 9 ◦ green 64 ◦ blue 32

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

Shades of British Racing Green #094020

Tints of British Racing Green #094020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 60.95%

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

R = 8.57%
G = 60.95%
B = 30.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#094020 (or 0x094020) is known color: British Racing Green. HEX triplet: 09, 40 and 20. RGB value is (9,64,32). Sum of RGB (Red+Green+Blue) = 9+64+32=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #094020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094020 is #F6BFDF. Grayscale: #2B2B2B. Windows color (decimal): -16170976 or 2113545. OLE color: 2113545.

HSL color Cylindrical-coordinate representation of color #094020: hue angle of 145.09º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094020 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 32 -
CMYK 0.86 0 0.50 0.75
HSL 145.09º 0.75% 0.14% -
HSV(B) 145.09º 0.86% 0.25% -
XYZ 2.21 3.83 1.99 -
YUV 43.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 9 64 32 0.86 0 0.50 0.75 145.09 0.75 0.14
Hex 9 40 20 56 0 32 4B 91 4B E
Octal 11 100 40 126 0 62 113 221 113 16
Binary 1001 1000000 100000 1010110 0 110010 1001011 10010001 1001011 1110

Color Harmonies of #094020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094020

Black with #094020

Text Example


Text Example

White with #094020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094020; }

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

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

background-color css

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

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

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

border-color css

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

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

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