Html Css Color HEX #094022 British Racing Green

📋 copy color: '#094022'

red 9 ◦ green 64 ◦ blue 34

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

Shades of British Racing Green #094022

Tints of British Racing Green #094022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 31.78%

R = 8.41%
G = 59.81%
B = 31.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.75

RGB Variations

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

Color information

#094022 (or 0x094022) is known color: British Racing Green. HEX triplet: 09, 40 and 22. RGB value is (9,64,34). Sum of RGB (Red+Green+Blue) = 9+64+34=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #094022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094022 is #F6BFDD. Grayscale: #2C2C2C. Windows color (decimal): -16170974 or 2244617. OLE color: 2244617.

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

Color convert

RGB 9 64 34 -
CMYK 0.86 0 0.47 0.75
HSL 147.27º 0.75% 0.14% -
HSV(B) 147.27º 0.86% 0.25% -
XYZ 2.23 3.84 2.14 -
YUV 44.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 9 64 34 0.86 0 0.47 0.75 147.27 0.75 0.14
Hex 9 40 22 56 0 2F 4B 93 4B E
Octal 11 100 42 126 0 57 113 223 113 16
Binary 1001 1000000 100010 1010110 0 101111 1001011 10010011 1001011 1110

Color Harmonies of #094022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094022

Black with #094022

Text Example


Text Example

White with #094022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094022; }

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

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

background-color css

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

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

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

border-color css

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

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

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