#09402F

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

Shades of British Racing Green #09402F

Tints of British Racing Green #09402F

Color information

#09402F (or 0x09402F) is unknown color: approx British Racing Green. HEX triplet: 09, 40 and 2F. RGB value is (9,64,47). Sum of RGB (Red+Green+Blue) = 9+64+47=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #09402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09402F is #F6BFD0. Grayscale: #2D2D2D. Windows color (decimal): -16170961 or 3096585. OLE color: 3096585.

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

Color convert

RGB96447-
CMYK0.8600.270.75
HSL161.45º75.34%14.31%-
HSV(B)161.45º85.94%25.1%-
XYZ2.463.933.32-
YUV45.62128.78101.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 47 (18.75% from 255) = 39.17%
R=7.5%
G=53.33%
B=39.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964470.8600.270.75161.4575.3414.31
Hex9402F5601B4Ba14be
Octal111005712603311324111316
Binary10011000000101111101011001101110010111010000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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