Html Css Color HEX #094229 British Racing Green

📋 copy color: '#094229'

red 9 ◦ green 66 ◦ blue 41

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

Shades of British Racing Green #094229

Tints of British Racing Green #094229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 56.9%

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

R = 7.76%
G = 56.9%
B = 35.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#094229 (or 0x094229) is known color: British Racing Green. HEX triplet: 09, 42 and 29. RGB value is (9,66,41). Sum of RGB (Red+Green+Blue) = 9+66+41=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #094229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094229 is #F6BDD6. Grayscale: #2E2E2E. Windows color (decimal): -16170455 or 2703881. OLE color: 2703881.

HSL color Cylindrical-coordinate representation of color #094229: hue angle of 153.68º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094229 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 41 -
CMYK 0.86 0 0.38 0.74
HSL 153.68º 0.76% 0.15% -
HSV(B) 153.68º 0.86% 0.26% -
XYZ 2.46 4.11 2.76 -
YUV 46.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 9 66 41 0.86 0 0.38 0.74 153.68 0.76 0.15
Hex 9 42 29 56 0 26 4A 9A 4C F
Octal 11 102 51 126 0 46 112 232 114 17
Binary 1001 1000010 101001 1010110 0 100110 1001010 10011010 1001100 1111

Color Harmonies of #094229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094229

Black with #094229

Text Example


Text Example

White with #094229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094229; }

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

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

background-color css

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

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

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

border-color css

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

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

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