#09422E

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

Shades of British Racing Green #09422E

Tints of British Racing Green #09422E

Color information

#09422E (or 0x09422E) is unknown color: approx British Racing Green. HEX triplet: 09, 42 and 2E. RGB value is (9,66,46). Sum of RGB (Red+Green+Blue) = 9+66+46=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #09422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09422E is #F6BDD1. Grayscale: #2E2E2E. Windows color (decimal): -16170450 or 3031561. OLE color: 3031561.

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

Color convert

RGB96646-
CMYK0.8600.300.74
HSL158.95º76%14.71%-
HSV(B)158.95º86.36%25.88%-
XYZ2.554.153.25-
YUV46.68127.62101.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=7.44%
G=54.55%
B=38.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966460.8600.300.74158.957614.71
Hex9422E5601E4A9f4cf
Octal111025612603611223711417
Binary10011000010101110101011001111010010101001111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09422E; }

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

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

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

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

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

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

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

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