Html Css Color HEX #094226 British Racing Green

📋 copy color: '#094226'

red 9 ◦ green 66 ◦ blue 38

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

Shades of British Racing Green #094226

Tints of British Racing Green #094226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.63%

R = 7.96%
G = 58.41%
B = 33.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#094226 (or 0x094226) is known color: British Racing Green. HEX triplet: 09, 42 and 26. RGB value is (9,66,38). Sum of RGB (Red+Green+Blue) = 9+66+38=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #094226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094226 is #F6BDD9. Grayscale: #2D2D2D. Windows color (decimal): -16170458 or 2507273. OLE color: 2507273.

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

Color convert

RGB 9 66 38 -
CMYK 0.86 0 0.42 0.74
HSL 150.53º 0.76% 0.15% -
HSV(B) 150.53º 0.86% 0.26% -
XYZ 2.41 4.09 2.5 -
YUV 45.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 9 66 38 0.86 0 0.42 0.74 150.53 0.76 0.15
Hex 9 42 26 56 0 2A 4A 97 4C F
Octal 11 102 46 126 0 52 112 227 114 17
Binary 1001 1000010 100110 1010110 0 101010 1001010 10010111 1001100 1111

Color Harmonies of #094226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094226

Black with #094226

Text Example


Text Example

White with #094226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094226; }

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

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

background-color css

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

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

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

border-color css

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

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

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