Html Css Color HEX #094A29 British Racing Green

📋 copy color: '#094A29'

red 9 ◦ green 74 ◦ blue 41

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

Shades of British Racing Green #094A29

Tints of British Racing Green #094A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 59.68%

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

R = 7.26%
G = 59.68%
B = 33.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#094A29 (or 0x094A29) is known color: British Racing Green. HEX triplet: 09, 4A and 29. RGB value is (9,74,41). Sum of RGB (Red+Green+Blue) = 9+74+41=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #094A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A29 is #F6B5D6. Grayscale: #323232. Windows color (decimal): -16168407 or 2705929. OLE color: 2705929.

HSL color Cylindrical-coordinate representation of color #094A29: hue angle of 149.54º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A29 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 74 41 -
CMYK 0.88 0 0.45 0.71
HSL 149.54º 0.78% 0.16% -
HSV(B) 149.54º 0.88% 0.29% -
XYZ 2.96 5.12 2.93 -
YUV 50.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 9 74 41 0.88 0 0.45 0.71 149.54 0.78 0.16
Hex 9 4A 29 58 0 2D 47 96 4E 10
Octal 11 112 51 130 0 55 107 226 116 20
Binary 1001 1001010 101001 1011000 0 101101 1000111 10010110 1001110 10000

Color Harmonies of #094A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A29

Black with #094A29

Text Example


Text Example

White with #094A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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