Html Css Color HEX #094829 British Racing Green

📋 copy color: '#094829'

red 9 ◦ green 72 ◦ blue 41

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

Shades of British Racing Green #094829

Tints of British Racing Green #094829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 59.02%

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

R = 7.38%
G = 59.02%
B = 33.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#094829 (or 0x094829) is known color: British Racing Green. HEX triplet: 09, 48 and 29. RGB value is (9,72,41). Sum of RGB (Red+Green+Blue) = 9+72+41=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #094829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094829 is #F6B7D6. Grayscale: #313131. Windows color (decimal): -16168919 or 2705417. OLE color: 2705417.

HSL color Cylindrical-coordinate representation of color #094829: hue angle of 150.48º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094829 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 41 -
CMYK 0.88 0 0.43 0.72
HSL 150.48º 0.78% 0.16% -
HSV(B) 150.48º 0.88% 0.28% -
XYZ 2.83 4.85 2.89 -
YUV 49.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 9 72 41 0.88 0 0.43 0.72 150.48 0.78 0.16
Hex 9 48 29 58 0 2B 48 96 4E 10
Octal 11 110 51 130 0 53 110 226 116 20
Binary 1001 1001000 101001 1011000 0 101011 1001000 10010110 1001110 10000

Color Harmonies of #094829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094829

Black with #094829

Text Example


Text Example

White with #094829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094829; }

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

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

background-color css

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

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

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

border-color css

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

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

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