Html Css Color HEX #074A31 British Racing Green

📋 copy color: '#074A31'

red 7 ◦ green 74 ◦ blue 49

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

Shades of British Racing Green #074A31

Tints of British Racing Green #074A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 56.92%

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

R = 5.38%
G = 56.92%
B = 37.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#074A31 (or 0x074A31) is known color: British Racing Green. HEX triplet: 07, 4A and 31. RGB value is (7,74,49). Sum of RGB (Red+Green+Blue) = 7+74+49=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 74 (29.30% from 255 or 56.92% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 74 - color contains mainly: green. Hex color #074A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A31 is #F8B5CE. Grayscale: #333333. Windows color (decimal): -16299471 or 3230215. OLE color: 3230215.

HSL color Cylindrical-coordinate representation of color #074A31: hue angle of 157.61º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A31 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 74 49 -
CMYK 0.91 0 0.34 0.71
HSL 157.61º 0.83% 0.16% -
HSV(B) 157.61º 0.91% 0.29% -
XYZ 3.09 5.16 3.74 -
YUV 51.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 7 74 49 0.91 0 0.34 0.71 157.61 0.83 0.16
Hex 7 4A 31 5B 0 22 47 9E 53 10
Octal 7 112 61 133 0 42 107 236 123 20
Binary 111 1001010 110001 1011011 0 100010 1000111 10011110 1010011 10000

Color Harmonies of #074A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A31

Black with #074A31

Text Example


Text Example

White with #074A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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