#09421F

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

Shades of British Racing Green #09421F

Tints of British Racing Green #09421F

Color information

#09421F (or 0x09421F) is unknown color: approx British Racing Green. HEX triplet: 09, 42 and 1F. RGB value is (9,66,31). Sum of RGB (Red+Green+Blue) = 9+66+31=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #09421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09421F is #F6BDE0. Grayscale: #2D2D2D. Windows color (decimal): -16170465 or 2048521. OLE color: 2048521.

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

Color convert

RGB96631-
CMYK0.8600.530.74
HSL143.16º76%14.71%-
HSV(B)143.16º86.36%25.88%-
XYZ2.314.051.96-
YUV44.97120.12102.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 66 (26.17% from 255) = 62.26%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=8.49%
G=62.26%
B=29.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966310.8600.530.74143.167614.71
Hex9421F560354A8f4cf
Octal111023712606511221711417
Binary10011000010111111010110011010110010101000111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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