Html Css Color HEX #07491E British Racing Green

📋 copy color: '#07491E'

red 7 ◦ green 73 ◦ blue 30

#07491E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #07491E

Tints of British Racing Green #07491E

RGB

 RED value IS 7 (3.13% from 255) = 6.36%

 GREEN value IS 73 (28.91% from 255) = 66.36%

 BLUE value IS 30 (12.11% from 255) = 27.27%

R = 6.36%
G = 66.36%
B = 27.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#07491E (or 0x07491E) is known color: British Racing Green. HEX triplet: 07, 49 and 1E. RGB value is (7,73,30). Sum of RGB (Red+Green+Blue) = 7+73+30=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #07491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07491E is #F8B6E1. Grayscale: #303030. Windows color (decimal): -16299746 or 1984775. OLE color: 1984775.

HSL color Cylindrical-coordinate representation of color #07491E: hue angle of 140.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07491E is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 30 -
CMYK 0.90 0 0.59 0.71
HSL 140.91º 0.83% 0.16% -
HSV(B) 140.91º 0.9% 0.29% -
XYZ 2.7 4.9 2.03 -
YUV 48.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 7 73 30 0.90 0 0.59 0.71 140.91 0.83 0.16
Hex 7 49 1E 5A 0 3B 47 8D 52 10
Octal 7 111 36 132 0 73 107 215 122 20
Binary 111 1001001 11110 1011010 0 111011 1000111 10001101 1010010 10000

Color Harmonies of #07491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07491E

Black with #07491E

Text Example


Text Example

White with #07491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07491E; }

 p { color: rgb(7,73,30); }

 H1.HeaderClassName
 {
   color: #07491E;
 }
 .AnyTagClassName
 {
   color: #07491E;
 }
</style>

background-color css

<style>
 a { background-color: #07491E; }

 a { background-color: rgb(7,73,30); }

 div.DivClassName
 {
   background-color: #07491E;
 }
 .BgClassName
 {
   background-color: #07491E;
 }
</style>

border-color css

<style>
 span { border-color: #07491E; }

 span { border-color: rgb(7,73,30); }

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