#094A26

Color #094A26 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #094A26

Tints of British Racing Green #094A26

Color information

#094A26 (or 0x094A26) is unknown color: approx British Racing Green. HEX triplet: 09, 4A and 26. RGB value is (9,74,38). Sum of RGB (Red+Green+Blue) = 9+74+38=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #094A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A26 is #F6B5D9. Grayscale: #323232. Windows color (decimal): -16168410 or 2509321. OLE color: 2509321.

HSL color Cylindrical-coordinate representation of color #094A26: hue angle of 146.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A26 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB97438-
CMYK0.8800.490.71
HSL146.77º78.31%16.27%-
HSV(B)146.77º87.84%29.02%-
XYZ2.915.12.66-
YUV50.46120.9798.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 74 (29.30% from 255) = 61.16%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=7.44%
G=61.16%
B=31.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal974380.8800.490.71146.7778.3116.27
Hex94A265803147934e10
Octal111124613006110722311620
Binary1001100101010011010110000110001100011110010011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094A26; }

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

 H1.HeaderClassName
 {
   color: #094A26;
 }
 .AnyTagClassName
 {
   color: #094A26;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #094A26;
 }
 .BgClassName
 {
   background-color: #094A26;
 }
</style>
border-color css

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

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

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