#094023

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

Shades of British Racing Green #094023

Tints of British Racing Green #094023

Color information

#094023 (or 0x094023) is unknown color: approx British Racing Green. HEX triplet: 09, 40 and 23. RGB value is (9,64,35). Sum of RGB (Red+Green+Blue) = 9+64+35=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #094023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094023 is #F6BFDC. Grayscale: #2C2C2C. Windows color (decimal): -16170973 or 2310153. OLE color: 2310153.

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

Color convert

RGB96435-
CMYK0.8600.450.75
HSL148.36º75.34%14.31%-
HSV(B)148.36º85.94%25.1%-
XYZ2.253.852.21-
YUV44.25122.78102.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 64 (25.39% from 255) = 59.26%
BLUE value IS 35 (14.06% from 255) = 32.41%
R=8.33%
G=59.26%
B=32.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964350.8600.450.75148.3675.3414.31
Hex940235602D4B944be
Octal111004312605511322411316
Binary100110000001000111010110010110110010111001010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094023; }

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

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

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

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

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

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

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

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