Html Css Color HEX #094024 British Racing Green

📋 copy color: '#094024'

red 9 ◦ green 64 ◦ blue 36

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

Shades of British Racing Green #094024

Tints of British Racing Green #094024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 58.72%

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

R = 8.26%
G = 58.72%
B = 33.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#094024 (or 0x094024) is known color: British Racing Green. HEX triplet: 09, 40 and 24. RGB value is (9,64,36). Sum of RGB (Red+Green+Blue) = 9+64+36=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #094024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094024 is #F6BFDB. Grayscale: #2C2C2C. Windows color (decimal): -16170972 or 2375689. OLE color: 2375689.

HSL color Cylindrical-coordinate representation of color #094024: hue angle of 149.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094024 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 36 -
CMYK 0.86 0 0.44 0.75
HSL 149.45º 0.75% 0.14% -
HSV(B) 149.45º 0.86% 0.25% -
XYZ 2.26 3.85 2.29 -
YUV 44.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 9 64 36 0.86 0 0.44 0.75 149.45 0.75 0.14
Hex 9 40 24 56 0 2C 4B 95 4B E
Octal 11 100 44 126 0 54 113 225 113 16
Binary 1001 1000000 100100 1010110 0 101100 1001011 10010101 1001011 1110

Color Harmonies of #094024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094024

Black with #094024

Text Example


Text Example

White with #094024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094024; }

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

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

background-color css

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

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

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

border-color css

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

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

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