#09402B

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

Shades of British Racing Green #09402B

Tints of British Racing Green #09402B

Color information

#09402B (or 0x09402B) is unknown color: approx British Racing Green. HEX triplet: 09, 40 and 2B. RGB value is (9,64,43). Sum of RGB (Red+Green+Blue) = 9+64+43=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #09402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09402B is #F6BFD4. Grayscale: #2D2D2D. Windows color (decimal): -16170965 or 2834441. OLE color: 2834441.

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

Color convert

RGB96443-
CMYK0.8600.330.75
HSL157.09º75.34%14.31%-
HSV(B)157.09º85.94%25.1%-
XYZ2.383.92.91-
YUV45.16126.78102.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=7.76%
G=55.17%
B=37.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964430.8600.330.75157.0975.3414.31
Hex9402B560214B9d4be
Octal111005312604111323511316
Binary100110000001010111010110010000110010111001110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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