Html Css Color HEX #07491C British Racing Green

📋 copy color: '#07491C'

red 7 ◦ green 73 ◦ blue 28

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

Shades of British Racing Green #07491C

Tints of British Racing Green #07491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 6.48%
G = 67.59%
B = 25.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#07491C (or 0x07491C) is known color: British Racing Green. HEX triplet: 07, 49 and 1C. RGB value is (7,73,28). Sum of RGB (Red+Green+Blue) = 7+73+28=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #07491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07491C is #F8B6E3. Grayscale: #303030. Windows color (decimal): -16299748 or 1853703. OLE color: 1853703.

HSL color Cylindrical-coordinate representation of color #07491C: hue angle of 139.09º 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 #07491C is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 28 -
CMYK 0.90 0 0.62 0.71
HSL 139.09º 0.83% 0.16% -
HSV(B) 139.09º 0.9% 0.29% -
XYZ 2.68 4.89 1.9 -
YUV 48.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 7 73 28 0.90 0 0.62 0.71 139.09 0.83 0.16
Hex 7 49 1C 5A 0 3E 47 8B 52 10
Octal 7 111 34 132 0 76 107 213 122 20
Binary 111 1001001 11100 1011010 0 111110 1000111 10001011 1010010 10000

Color Harmonies of #07491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07491C

Black with #07491C

Text Example


Text Example

White with #07491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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