#07421D

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

Shades of British Racing Green #07421D

Tints of British Racing Green #07421D

Color information

#07421D (or 0x07421D) is unknown color: approx British Racing Green. HEX triplet: 07, 42 and 1D. RGB value is (7,66,29). Sum of RGB (Red+Green+Blue) = 7+66+29=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #07421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07421D is #F8BDE2. Grayscale: #2C2C2C. Windows color (decimal): -16301539 or 1917447. OLE color: 1917447.

HSL color Cylindrical-coordinate representation of color #07421D: hue angle of 142.37º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07421D is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB76629-
CMYK0.8900.560.74
HSL142.37º80.82%14.31%-
HSV(B)142.37º89.39%25.88%-
XYZ2.264.031.82-
YUV44.14119.45101.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 66 (26.17% from 255) = 64.71%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=6.86%
G=64.71%
B=28.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal766290.8900.560.74142.3780.8214.31
Hex7421D590384A8e51e
Octal71023513107011221612116
Binary1111000010111011011001011100010010101000111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07421D; }

 p { color: rgb(7,66,29); }

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

<style>
 a { background-color: #07421D; }

 a { background-color: rgb(7,66,29); }

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

<style>
 span { border-color: #07421D; }

 span { border-color: rgb(7,66,29); }

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