#094030

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

Shades of British Racing Green #094030

Tints of British Racing Green #094030

Color information

#094030 (or 0x094030) is unknown color: approx British Racing Green. HEX triplet: 09, 40 and 30. RGB value is (9,64,48). Sum of RGB (Red+Green+Blue) = 9+64+48=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #094030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094030 is #F6BFCF. Grayscale: #2D2D2D. Windows color (decimal): -16170960 or 3162121. OLE color: 3162121.

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

Color convert

RGB96448-
CMYK0.8600.250.75
HSL162.55º75.34%14.31%-
HSV(B)162.55º85.94%25.1%-
XYZ2.483.943.43-
YUV45.73129.28101.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=7.44%
G=52.89%
B=39.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964480.8600.250.75162.5575.3414.31
Hex94030560194Ba34be
Octal111006012603111324311316
Binary10011000000110000101011001100110010111010001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094030; }

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

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

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

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

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

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

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

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