#07401F

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

Shades of British Racing Green #07401F

Tints of British Racing Green #07401F

Color information

#07401F (or 0x07401F) is unknown color: approx British Racing Green. HEX triplet: 07, 40 and 1F. RGB value is (7,64,31). Sum of RGB (Red+Green+Blue) = 7+64+31=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #07401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07401F is #F8BFE0. Grayscale: #2B2B2B. Windows color (decimal): -16302049 or 2048007. OLE color: 2048007.

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

Color convert

RGB76431-
CMYK0.8900.520.75
HSL145.26º80.28%13.92%-
HSV(B)145.26º89.06%25.1%-
XYZ2.173.811.92-
YUV43.2121.12102.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 64 (25.39% from 255) = 62.75%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=6.86%
G=62.75%
B=30.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764310.8900.520.75145.2680.2813.92
Hex7401F590344B9150e
Octal71003713106411322112016
Binary1111000000111111011001011010010010111001000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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