#07452A

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

Shades of British Racing Green #07452A

Tints of British Racing Green #07452A

Color information

#07452A (or 0x07452A) is unknown color: approx British Racing Green. HEX triplet: 07, 45 and 2A. RGB value is (7,69,42). Sum of RGB (Red+Green+Blue) = 7+69+42=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 69 (27.34% from 255 or 58.47% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 69 - color contains mainly: green. Hex color #07452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07452A is #F8BAD5. Grayscale: #2F2F2F. Windows color (decimal): -16300758 or 2770183. OLE color: 2770183.

HSL color Cylindrical-coordinate representation of color #07452A: hue angle of 153.87º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07452A is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB76942-
CMYK0.9000.390.73
HSL153.87º81.58%14.9%-
HSV(B)153.87º89.86%27.06%-
XYZ2.634.472.91-
YUV47.38124.9699.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 69 (27.34% from 255) = 58.47%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=5.93%
G=58.47%
B=35.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769420.9000.390.73153.8781.5814.9
Hex7452A5A027499a52f
Octal71055213204711123212217
Binary11110001011010101011010010011110010011001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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