#09442A

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

Shades of British Racing Green #09442A

Tints of British Racing Green #09442A

Color information

#09442A (or 0x09442A) is unknown color: approx British Racing Green. HEX triplet: 09, 44 and 2A. RGB value is (9,68,42). Sum of RGB (Red+Green+Blue) = 9+68+42=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #09442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09442A is #F6BBD5. Grayscale: #2F2F2F. Windows color (decimal): -16169942 or 2769929. OLE color: 2769929.

HSL color Cylindrical-coordinate representation of color #09442A: hue angle of 153.56º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09442A is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB96842-
CMYK0.8700.380.73
HSL153.56º76.62%15.1%-
HSV(B)153.56º86.76%26.67%-
XYZ2.64.362.9-
YUV47.4124.95100.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 68 (26.95% from 255) = 57.14%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=7.56%
G=57.14%
B=35.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968420.8700.380.73153.5676.6215.1
Hex9442A57026499a4df
Octal111045212704611123211517
Binary100110001001010101010111010011010010011001101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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