Html Css Color HEX #094031 British Racing Green

📋 copy color: '#094031'

red 9 ◦ green 64 ◦ blue 49

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

Shades of British Racing Green #094031

Tints of British Racing Green #094031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 40.16%

R = 7.38%
G = 52.46%
B = 40.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#094031 (or 0x094031) is known color: British Racing Green. HEX triplet: 09, 40 and 31. RGB value is (9,64,49). Sum of RGB (Red+Green+Blue) = 9+64+49=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #094031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094031 is #F6BFCE. Grayscale: #2D2D2D. Windows color (decimal): -16170959 or 3227657. OLE color: 3227657.

HSL color Cylindrical-coordinate representation of color #094031: hue angle of 163.64º 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 #094031 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 49 -
CMYK 0.86 0 0.23 0.75
HSL 163.64º 0.75% 0.14% -
HSV(B) 163.64º 0.86% 0.25% -
XYZ 2.5 3.95 3.54 -
YUV 45.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 9 64 49 0.86 0 0.23 0.75 163.64 0.75 0.14
Hex 9 40 31 56 0 17 4B A4 4B E
Octal 11 100 61 126 0 27 113 244 113 16
Binary 1001 1000000 110001 1010110 0 10111 1001011 10100100 1001011 1110

Color Harmonies of #094031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094031

Black with #094031

Text Example


Text Example

White with #094031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094031; }

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

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

background-color css

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

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

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

border-color css

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

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

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