#07401B

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

Shades of British Racing Green #07401B

Tints of British Racing Green #07401B

Color information

#07401B (or 0x07401B) is unknown color: approx British Racing Green. HEX triplet: 07, 40 and 1B. RGB value is (7,64,27). Sum of RGB (Red+Green+Blue) = 7+64+27=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #07401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07401B is #F8BFE4. Grayscale: #2A2A2A. Windows color (decimal): -16302053 or 1785863. OLE color: 1785863.

HSL color Cylindrical-coordinate representation of color #07401B: hue angle of 141.05º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07401B is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB76427-
CMYK0.8900.580.75
HSL141.05º80.28%13.92%-
HSV(B)141.05º89.06%25.1%-
XYZ2.123.791.66-
YUV42.74119.12102.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.14%
GREEN value IS 64 (25.39% from 255) = 65.31%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=7.14%
G=65.31%
B=27.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764270.8900.580.75141.0580.2813.92
Hex7401B5903A4B8d50e
Octal71003313107211321512016
Binary1111000000110111011001011101010010111000110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,64,27); }

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

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

 a { background-color: rgb(7,64,27); }

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

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

 span { border-color: rgb(7,64,27); }

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