#07401C

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

Shades of British Racing Green #07401C

Tints of British Racing Green #07401C

Color information

#07401C (or 0x07401C) is unknown color: approx British Racing Green. HEX triplet: 07, 40 and 1C. RGB value is (7,64,28). Sum of RGB (Red+Green+Blue) = 7+64+28=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #07401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07401C is #F8BFE3. Grayscale: #2A2A2A. Windows color (decimal): -16302052 or 1851399. OLE color: 1851399.

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

Color convert

RGB76428-
CMYK0.8900.560.75
HSL142.11º80.28%13.92%-
HSV(B)142.11º89.06%25.1%-
XYZ2.133.81.72-
YUV42.85119.62102.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 64 (25.39% from 255) = 64.65%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=7.07%
G=64.65%
B=28.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764280.8900.560.75142.1180.2813.92
Hex7401C590384B8e50e
Octal71003413107011321612016
Binary1111000000111001011001011100010010111000111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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