Html Css Color HEX #094221 British Racing Green

📋 copy color: '#094221'

red 9 ◦ green 66 ◦ blue 33

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

Shades of British Racing Green #094221

Tints of British Racing Green #094221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30.56%

R = 8.33%
G = 61.11%
B = 30.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#094221 (or 0x094221) is known color: British Racing Green. HEX triplet: 09, 42 and 21. RGB value is (9,66,33). Sum of RGB (Red+Green+Blue) = 9+66+33=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #094221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094221 is #F6BDDE. Grayscale: #2D2D2D. Windows color (decimal): -16170463 or 2179593. OLE color: 2179593.

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

Color convert

RGB 9 66 33 -
CMYK 0.86 0 0.5 0.74
HSL 145.26º 0.76% 0.15% -
HSV(B) 145.26º 0.86% 0.26% -
XYZ 2.34 4.06 2.1 -
YUV 45.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 9 66 33 0.86 0 0.5 0.74 145.26 0.76 0.15
Hex 9 42 21 56 0 32 4A 91 4C F
Octal 11 102 41 126 0 62 112 221 114 17
Binary 1001 1000010 100001 1010110 0 110010 1001010 10010001 1001100 1111

Color Harmonies of #094221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094221

Black with #094221

Text Example


Text Example

White with #094221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094221; }

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

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

background-color css

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

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

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

border-color css

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

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

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