#09422A

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

Shades of British Racing Green #09422A

Tints of British Racing Green #09422A

Color information

#09422A (or 0x09422A) is unknown color: approx British Racing Green. HEX triplet: 09, 42 and 2A. RGB value is (9,66,42). Sum of RGB (Red+Green+Blue) = 9+66+42=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #09422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09422A is #F6BDD5. Grayscale: #2E2E2E. Windows color (decimal): -16170454 or 2769417. OLE color: 2769417.

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

Color convert

RGB96642-
CMYK0.8600.360.74
HSL154.74º76%14.71%-
HSV(B)154.74º86.36%25.88%-
XYZ2.484.122.86-
YUV46.22125.62101.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 66 (26.17% from 255) = 56.41%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=7.69%
G=56.41%
B=35.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966420.8600.360.74154.747614.71
Hex9422A560244A9b4cf
Octal111025212604411223311417
Binary100110000101010101010110010010010010101001101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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