#07421E

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

Shades of British Racing Green #07421E

Tints of British Racing Green #07421E

Color information

#07421E (or 0x07421E) is unknown color: approx British Racing Green. HEX triplet: 07, 42 and 1E. RGB value is (7,66,30). Sum of RGB (Red+Green+Blue) = 7+66+30=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #07421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07421E is #F8BDE1. Grayscale: #2C2C2C. Windows color (decimal): -16301538 or 1982983. OLE color: 1982983.

HSL color Cylindrical-coordinate representation of color #07421E: hue angle of 143.39º 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 #07421E is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB76630-
CMYK0.8900.550.74
HSL143.39º80.82%14.31%-
HSV(B)143.39º89.39%25.88%-
XYZ2.274.041.89-
YUV44.26119.95101.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 66 (26.17% from 255) = 64.08%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=6.80%
G=64.08%
B=29.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal766300.8900.550.74143.3980.8214.31
Hex7421E590374A8f51e
Octal71023613106711221712116
Binary1111000010111101011001011011110010101000111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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