Html Css Color HEX #094228 British Racing Green

📋 copy color: '#094228'

red 9 ◦ green 66 ◦ blue 40

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

Shades of British Racing Green #094228

Tints of British Racing Green #094228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 34.78%

R = 7.83%
G = 57.39%
B = 34.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#094228 (or 0x094228) is known color: British Racing Green. HEX triplet: 09, 42 and 28. RGB value is (9,66,40). Sum of RGB (Red+Green+Blue) = 9+66+40=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #094228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094228 is #F6BDD7. Grayscale: #2E2E2E. Windows color (decimal): -16170456 or 2638345. OLE color: 2638345.

HSL color Cylindrical-coordinate representation of color #094228: hue angle of 152.63º 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 #094228 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 40 -
CMYK 0.86 0 0.39 0.74
HSL 152.63º 0.76% 0.15% -
HSV(B) 152.63º 0.86% 0.26% -
XYZ 2.44 4.11 2.67 -
YUV 45.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 9 66 40 0.86 0 0.39 0.74 152.63 0.76 0.15
Hex 9 42 28 56 0 27 4A 99 4C F
Octal 11 102 50 126 0 47 112 231 114 17
Binary 1001 1000010 101000 1010110 0 100111 1001010 10011001 1001100 1111

Color Harmonies of #094228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094228

Black with #094228

Text Example


Text Example

White with #094228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094228; }

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

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

background-color css

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

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

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

border-color css

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

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

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