Html Css Color HEX #074D29 British Racing Green

📋 copy color: '#074D29'

red 7 ◦ green 77 ◦ blue 41

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

Shades of British Racing Green #074D29

Tints of British Racing Green #074D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 61.6%

 BLUE value IS 41 (16.41% from 255) = 32.8%

R = 5.6%
G = 61.6%
B = 32.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#074D29 (or 0x074D29) is known color: British Racing Green. HEX triplet: 07, 4D and 29. RGB value is (7,77,41). Sum of RGB (Red+Green+Blue) = 7+77+41=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 77 (30.47% from 255 or 61.6% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 77 - color contains mainly: green. Hex color #074D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D29 is #F8B2D6. Grayscale: #343434. Windows color (decimal): -16298711 or 2706695. OLE color: 2706695.

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

Color convert

RGB 7 77 41 -
CMYK 0.91 0 0.47 0.70
HSL 149.14º 0.83% 0.16% -
HSV(B) 149.14º 0.91% 0.3% -
XYZ 3.14 5.51 3 -
YUV 51.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 7 77 41 0.91 0 0.47 0.70 149.14 0.83 0.16
Hex 7 4D 29 5B 0 2F 46 95 53 10
Octal 7 115 51 133 0 57 106 225 123 20
Binary 111 1001101 101001 1011011 0 101111 1000110 10010101 1010011 10000

Color Harmonies of #074D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D29

Black with #074D29

Text Example


Text Example

White with #074D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,77,41); }

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

background-color css

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

 a { background-color: rgb(7,77,41); }

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

border-color css

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

 span { border-color: rgb(7,77,41); }

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