Html Css Color HEX #074A2B British Racing Green

📋 copy color: '#074A2B'

red 7 ◦ green 74 ◦ blue 43

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

Shades of British Racing Green #074A2B

Tints of British Racing Green #074A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.68%

R = 5.65%
G = 59.68%
B = 34.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#074A2B (or 0x074A2B) is known color: British Racing Green. HEX triplet: 07, 4A and 2B. RGB value is (7,74,43). Sum of RGB (Red+Green+Blue) = 7+74+43=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #074A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A2B is #F8B5D4. Grayscale: #323232. Windows color (decimal): -16299477 or 2836999. OLE color: 2836999.

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

Color convert

RGB 7 74 43 -
CMYK 0.91 0 0.42 0.71
HSL 152.24º 0.83% 0.16% -
HSV(B) 152.24º 0.91% 0.29% -
XYZ 2.97 5.12 3.12 -
YUV 50.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 7 74 43 0.91 0 0.42 0.71 152.24 0.83 0.16
Hex 7 4A 2B 5B 0 2A 47 98 53 10
Octal 7 112 53 133 0 52 107 230 123 20
Binary 111 1001010 101011 1011011 0 101010 1000111 10011000 1010011 10000

Color Harmonies of #074A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A2B

Black with #074A2B

Text Example


Text Example

White with #074A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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