Html Css Color HEX #094C29 British Racing Green

📋 copy color: '#094C29'

red 9 ◦ green 76 ◦ blue 41

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

Shades of British Racing Green #094C29

Tints of British Racing Green #094C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 60.32%

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

R = 7.14%
G = 60.32%
B = 32.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#094C29 (or 0x094C29) is known color: British Racing Green. HEX triplet: 09, 4C and 29. RGB value is (9,76,41). Sum of RGB (Red+Green+Blue) = 9+76+41=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #094C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094C29 is #F6B3D6. Grayscale: #343434. Windows color (decimal): -16167895 or 2706441. OLE color: 2706441.

HSL color Cylindrical-coordinate representation of color #094C29: hue angle of 148.66º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094C29 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 76 41 -
CMYK 0.88 0 0.46 0.70
HSL 148.66º 0.79% 0.17% -
HSV(B) 148.66º 0.88% 0.3% -
XYZ 3.1 5.39 2.97 -
YUV 51.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 9 76 41 0.88 0 0.46 0.70 148.66 0.79 0.17
Hex 9 4C 29 58 0 2E 46 95 4F 11
Octal 11 114 51 130 0 56 106 225 117 21
Binary 1001 1001100 101001 1011000 0 101110 1000110 10010101 1001111 10001

Color Harmonies of #094C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C29

Black with #094C29

Text Example


Text Example

White with #094C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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