Html Css Color HEX #094820 British Racing Green

📋 copy color: '#094820'

red 9 ◦ green 72 ◦ blue 32

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

Shades of British Racing Green #094820

Tints of British Racing Green #094820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 28.32%

R = 7.96%
G = 63.72%
B = 28.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#094820 (or 0x094820) is known color: British Racing Green. HEX triplet: 09, 48 and 20. RGB value is (9,72,32). Sum of RGB (Red+Green+Blue) = 9+72+32=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #094820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094820 is #F6B7DF. Grayscale: #303030. Windows color (decimal): -16168928 or 2115593. OLE color: 2115593.

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

Color convert

RGB 9 72 32 -
CMYK 0.88 0 0.56 0.72
HSL 141.9º 0.78% 0.16% -
HSV(B) 141.9º 0.88% 0.28% -
XYZ 2.69 4.8 2.15 -
YUV 48.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 9 72 32 0.88 0 0.56 0.72 141.9 0.78 0.16
Hex 9 48 20 58 0 38 48 8E 4E 10
Octal 11 110 40 130 0 70 110 216 116 20
Binary 1001 1001000 100000 1011000 0 111000 1001000 10001110 1001110 10000

Color Harmonies of #094820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094820

Black with #094820

Text Example


Text Example

White with #094820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094820; }

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

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

background-color css

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

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

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

border-color css

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

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

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