Html Css Color HEX #094828 British Racing Green

📋 copy color: '#094828'

red 9 ◦ green 72 ◦ blue 40

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

Shades of British Racing Green #094828

Tints of British Racing Green #094828

RGB

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

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

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

R = 7.44%
G = 59.5%
B = 33.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#094828 (or 0x094828) is known color: British Racing Green. HEX triplet: 09, 48 and 28. RGB value is (9,72,40). Sum of RGB (Red+Green+Blue) = 9+72+40=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #094828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094828 is #F6B7D7. Grayscale: #313131. Windows color (decimal): -16168920 or 2639881. OLE color: 2639881.

HSL color Cylindrical-coordinate representation of color #094828: hue angle of 149.52º 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 #094828 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 40 -
CMYK 0.88 0 0.44 0.72
HSL 149.52º 0.78% 0.16% -
HSV(B) 149.52º 0.88% 0.28% -
XYZ 2.81 4.85 2.79 -
YUV 49.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 9 72 40 0.88 0 0.44 0.72 149.52 0.78 0.16
Hex 9 48 28 58 0 2C 48 96 4E 10
Octal 11 110 50 130 0 54 110 226 116 20
Binary 1001 1001000 101000 1011000 0 101100 1001000 10010110 1001110 10000

Color Harmonies of #094828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094828

Black with #094828

Text Example


Text Example

White with #094828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094828; }

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

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

background-color css

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

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

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

border-color css

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

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

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