Html Css Color HEX #094220 British Racing Green

📋 copy color: '#094220'

red 9 ◦ green 66 ◦ blue 32

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

Shades of British Racing Green #094220

Tints of British Racing Green #094220

RGB

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

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

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

R = 8.41%
G = 61.68%
B = 29.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#094220 (or 0x094220) is known color: British Racing Green. HEX triplet: 09, 42 and 20. RGB value is (9,66,32). Sum of RGB (Red+Green+Blue) = 9+66+32=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #094220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094220 is #F6BDDF. Grayscale: #2D2D2D. Windows color (decimal): -16170464 or 2114057. OLE color: 2114057.

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

Color convert

RGB 9 66 32 -
CMYK 0.86 0 0.52 0.74
HSL 144.21º 0.76% 0.15% -
HSV(B) 144.21º 0.86% 0.26% -
XYZ 2.32 4.06 2.03 -
YUV 45.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 9 66 32 0.86 0 0.52 0.74 144.21 0.76 0.15
Hex 9 42 20 56 0 34 4A 90 4C F
Octal 11 102 40 126 0 64 112 220 114 17
Binary 1001 1000010 100000 1010110 0 110100 1001010 10010000 1001100 1111

Color Harmonies of #094220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094220

Black with #094220

Text Example


Text Example

White with #094220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094220; }

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

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

background-color css

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

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

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

border-color css

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

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

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