#07391C

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

Shades of British Racing Green #07391C

Tints of British Racing Green #07391C

Color information

#07391C (or 0x07391C) is unknown color: approx British Racing Green. HEX triplet: 07, 39 and 1C. RGB value is (7,57,28). Sum of RGB (Red+Green+Blue) = 7+57+28=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 57 (22.66% from 255 or 61.96% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 57 - color contains mainly: green. Hex color #07391C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07391C is #F8C6E3. Grayscale: #262626. Windows color (decimal): -16303844 or 1849607. OLE color: 1849607.

HSL color Cylindrical-coordinate representation of color #07391C: hue angle of 145.2º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07391C is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB75728-
CMYK0.8800.510.78
HSL145.2º78.12%12.55%-
HSV(B)145.2º87.72%22.35%-
XYZ1.763.061.6-
YUV38.74121.94105.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 57 (22.66% from 255) = 61.96%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=7.61%
G=61.96%
B=30.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal757280.8800.510.78145.278.1212.55
Hex7391C580334E914ed
Octal7713413006311622111615
Binary111111001111001011000011001110011101001000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07391C; }

 p { color: rgb(7,57,28); }

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

<style>
 a { background-color: #07391C; }

 a { background-color: rgb(7,57,28); }

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

<style>
 span { border-color: #07391C; }

 span { border-color: rgb(7,57,28); }

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