#07432A

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

Shades of British Racing Green #07432A

Tints of British Racing Green #07432A

Color information

#07432A (or 0x07432A) is unknown color: approx British Racing Green. HEX triplet: 07, 43 and 2A. RGB value is (7,67,42). Sum of RGB (Red+Green+Blue) = 7+67+42=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #07432A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07432A is #F8BCD5. Grayscale: #2E2E2E. Windows color (decimal): -16301270 or 2769671. OLE color: 2769671.

HSL color Cylindrical-coordinate representation of color #07432A: hue angle of 155º 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 #07432A is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB76742-
CMYK0.9000.370.74
HSL155º81.08%14.51%-
HSV(B)155º89.55%26.27%-
XYZ2.514.232.87-
YUV46.21125.62100.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 67 (26.56% from 255) = 57.76%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=6.03%
G=57.76%
B=36.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal767420.9000.370.7415581.0814.51
Hex7432A5A0254A9b51f
Octal71035213204511223312117
Binary11110000111010101011010010010110010101001101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07432A; }

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

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

<style>
 a { background-color: #07432A; }

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

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

<style>
 span { border-color: #07432A; }

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

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