Html Css Color HEX #074A2A British Racing Green

📋 copy color: '#074A2A'

red 7 ◦ green 74 ◦ blue 42

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

Shades of British Racing Green #074A2A

Tints of British Racing Green #074A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.15%

R = 5.69%
G = 60.16%
B = 34.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#074A2A (or 0x074A2A) is known color: British Racing Green. HEX triplet: 07, 4A and 2A. RGB value is (7,74,42). Sum of RGB (Red+Green+Blue) = 7+74+42=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 74 (29.30% from 255 or 60.16% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 74 - color contains mainly: green. Hex color #074A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A2A is #F8B5D5. Grayscale: #323232. Windows color (decimal): -16299478 or 2771463. OLE color: 2771463.

HSL color Cylindrical-coordinate representation of color #074A2A: hue angle of 151.34º 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 #074A2A is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 74 42 -
CMYK 0.91 0 0.43 0.71
HSL 151.34º 0.83% 0.16% -
HSV(B) 151.34º 0.91% 0.29% -
XYZ 2.95 5.11 3.02 -
YUV 50.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 7 74 42 0.91 0 0.43 0.71 151.34 0.83 0.16
Hex 7 4A 2A 5B 0 2B 47 97 53 10
Octal 7 112 52 133 0 53 107 227 123 20
Binary 111 1001010 101010 1011011 0 101011 1000111 10010111 1010011 10000

Color Harmonies of #074A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A2A

Black with #074A2A

Text Example


Text Example

White with #074A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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