Html Css Color HEX #094429 British Racing Green

📋 copy color: '#094429'

red 9 ◦ green 68 ◦ blue 41

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

Shades of British Racing Green #094429

Tints of British Racing Green #094429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 57.63%

 BLUE value IS 41 (16.41% from 255) = 34.75%

R = 7.63%
G = 57.63%
B = 34.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#094429 (or 0x094429) is known color: British Racing Green. HEX triplet: 09, 44 and 29. RGB value is (9,68,41). Sum of RGB (Red+Green+Blue) = 9+68+41=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #094429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094429 is #F6BBD6. Grayscale: #2F2F2F. Windows color (decimal): -16169943 or 2704393. OLE color: 2704393.

HSL color Cylindrical-coordinate representation of color #094429: hue angle of 152.54º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094429 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 41 -
CMYK 0.87 0 0.40 0.73
HSL 152.54º 0.77% 0.15% -
HSV(B) 152.54º 0.87% 0.27% -
XYZ 2.58 4.35 2.8 -
YUV 47.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 9 68 41 0.87 0 0.40 0.73 152.54 0.77 0.15
Hex 9 44 29 57 0 28 49 99 4D F
Octal 11 104 51 127 0 50 111 231 115 17
Binary 1001 1000100 101001 1010111 0 101000 1001001 10011001 1001101 1111

Color Harmonies of #094429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094429

Black with #094429

Text Example


Text Example

White with #094429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094429; }

 p { color: rgb(9,68,41); }

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

background-color css

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

 a { background-color: rgb(9,68,41); }

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

border-color css

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

 span { border-color: rgb(9,68,41); }

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