#07431D

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

Shades of British Racing Green #07431D

Tints of British Racing Green #07431D

Color information

#07431D (or 0x07431D) is unknown color: approx British Racing Green. HEX triplet: 07, 43 and 1D. RGB value is (7,67,29). Sum of RGB (Red+Green+Blue) = 7+67+29=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #07431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07431D is #F8BCE2. Grayscale: #2C2C2C. Windows color (decimal): -16301283 or 1917703. OLE color: 1917703.

HSL color Cylindrical-coordinate representation of color #07431D: hue angle of 142º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07431D is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB76729-
CMYK0.9000.570.74
HSL142º81.08%14.51%-
HSV(B)142º89.55%26.27%-
XYZ2.324.151.84-
YUV44.73119.12101.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 67 (26.56% from 255) = 65.05%
BLUE value IS 29 (11.72% from 255) = 28.16%
R=6.80%
G=65.05%
B=28.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal767290.9000.570.7414281.0814.51
Hex7431D5A0394A8e51f
Octal71033513207111221612117
Binary1111000011111011011010011100110010101000111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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