#07432F

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

Shades of British Racing Green #07432F

Tints of British Racing Green #07432F

Color information

#07432F (or 0x07432F) is unknown color: approx British Racing Green. HEX triplet: 07, 43 and 2F. RGB value is (7,67,47). Sum of RGB (Red+Green+Blue) = 7+67+47=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #07432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07432F is #F8BCD0. Grayscale: #2E2E2E. Windows color (decimal): -16301265 or 3097351. OLE color: 3097351.

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

Color convert

RGB76747-
CMYK0.9000.300.74
HSL160º81.08%14.51%-
HSV(B)160º89.55%26.27%-
XYZ2.614.263.38-
YUV46.78128.1299.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=5.79%
G=55.37%
B=38.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal767470.9000.300.7416081.0814.51
Hex7432F5A01E4Aa051f
Octal71035713203611224012117
Binary1111000011101111101101001111010010101010000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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