#09442B

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

Shades of British Racing Green #09442B

Tints of British Racing Green #09442B

Color information

#09442B (or 0x09442B) is unknown color: approx British Racing Green. HEX triplet: 09, 44 and 2B. RGB value is (9,68,43). Sum of RGB (Red+Green+Blue) = 9+68+43=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #09442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09442B is #F6BBD4. Grayscale: #2F2F2F. Windows color (decimal): -16169941 or 2835465. OLE color: 2835465.

HSL color Cylindrical-coordinate representation of color #09442B: hue angle of 154.58º 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 #09442B is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB96843-
CMYK0.8700.370.73
HSL154.58º76.62%15.1%-
HSV(B)154.58º86.76%26.67%-
XYZ2.624.372.99-
YUV47.51125.45100.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 68 (26.95% from 255) = 56.67%
BLUE value IS 43 (17.19% from 255) = 35.83%
R=7.5%
G=56.67%
B=35.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968430.8700.370.73154.5876.6215.1
Hex9442B57025499b4df
Octal111045312704511123311517
Binary100110001001010111010111010010110010011001101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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