Html Css Color HEX #074931 British Racing Green

📋 copy color: '#074931'

red 7 ◦ green 73 ◦ blue 49

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

Shades of British Racing Green #074931

Tints of British Racing Green #074931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 37.98%

R = 5.43%
G = 56.59%
B = 37.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#074931 (or 0x074931) is known color: British Racing Green. HEX triplet: 07, 49 and 31. RGB value is (7,73,49). Sum of RGB (Red+Green+Blue) = 7+73+49=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #074931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074931 is #F8B6CE. Grayscale: #323232. Windows color (decimal): -16299727 or 3229959. OLE color: 3229959.

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

Color convert

RGB 7 73 49 -
CMYK 0.90 0 0.33 0.71
HSL 158.18º 0.83% 0.16% -
HSV(B) 158.18º 0.9% 0.29% -
XYZ 3.02 5.03 3.72 -
YUV 50.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 7 73 49 0.90 0 0.33 0.71 158.18 0.83 0.16
Hex 7 49 31 5A 0 21 47 9E 52 10
Octal 7 111 61 132 0 41 107 236 122 20
Binary 111 1001001 110001 1011010 0 100001 1000111 10011110 1010010 10000

Color Harmonies of #074931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074931

Black with #074931

Text Example


Text Example

White with #074931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074931; }

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

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

background-color css

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

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

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

border-color css

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

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

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