Html Css Color HEX #07492F British Racing Green

📋 copy color: '#07492F'

red 7 ◦ green 73 ◦ blue 47

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

Shades of British Racing Green #07492F

Tints of British Racing Green #07492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 5.51%
G = 57.48%
B = 37.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#07492F (or 0x07492F) is known color: British Racing Green. HEX triplet: 07, 49 and 2F. RGB value is (7,73,47). Sum of RGB (Red+Green+Blue) = 7+73+47=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #07492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07492F is #F8B6D0. Grayscale: #323232. Windows color (decimal): -16299729 or 3098887. OLE color: 3098887.

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

Color convert

RGB 7 73 47 -
CMYK 0.90 0 0.36 0.71
HSL 156.36º 0.83% 0.16% -
HSV(B) 156.36º 0.9% 0.29% -
XYZ 2.98 5.02 3.5 -
YUV 50.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 7 73 47 0.90 0 0.36 0.71 156.36 0.83 0.16
Hex 7 49 2F 5A 0 24 47 9C 52 10
Octal 7 111 57 132 0 44 107 234 122 20
Binary 111 1001001 101111 1011010 0 100100 1000111 10011100 1010010 10000

Color Harmonies of #07492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07492F

Black with #07492F

Text Example


Text Example

White with #07492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07492F;
 }
 .AnyTagClassName
 {
   color: #07492F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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