Html Css Color HEX #094824 British Racing Green

📋 copy color: '#094824'

red 9 ◦ green 72 ◦ blue 36

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

Shades of British Racing Green #094824

Tints of British Racing Green #094824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 30.77%

R = 7.69%
G = 61.54%
B = 30.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#094824 (or 0x094824) is known color: British Racing Green. HEX triplet: 09, 48 and 24. RGB value is (9,72,36). Sum of RGB (Red+Green+Blue) = 9+72+36=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #094824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094824 is #F6B7DB. Grayscale: #313131. Windows color (decimal): -16168924 or 2377737. OLE color: 2377737.

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

Color convert

RGB 9 72 36 -
CMYK 0.88 0 0.5 0.72
HSL 145.71º 0.78% 0.16% -
HSV(B) 145.71º 0.88% 0.28% -
XYZ 2.75 4.82 2.45 -
YUV 49.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 9 72 36 0.88 0 0.5 0.72 145.71 0.78 0.16
Hex 9 48 24 58 0 32 48 92 4E 10
Octal 11 110 44 130 0 62 110 222 116 20
Binary 1001 1001000 100100 1011000 0 110010 1001000 10010010 1001110 10000

Color Harmonies of #094824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094824

Black with #094824

Text Example


Text Example

White with #094824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094824; }

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

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

background-color css

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

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

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

border-color css

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

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

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