Html Css Color HEX #074729 British Racing Green

📋 copy color: '#074729'

red 7 ◦ green 71 ◦ blue 41

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

Shades of British Racing Green #074729

Tints of British Racing Green #074729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 59.66%

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

R = 5.88%
G = 59.66%
B = 34.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#074729 (or 0x074729) is known color: British Racing Green. HEX triplet: 07, 47 and 29. RGB value is (7,71,41). Sum of RGB (Red+Green+Blue) = 7+71+41=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #074729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074729 is #F8B8D6. Grayscale: #303030. Windows color (decimal): -16300247 or 2705159. OLE color: 2705159.

HSL color Cylindrical-coordinate representation of color #074729: hue angle of 151.88º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074729 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 41 -
CMYK 0.90 0 0.42 0.72
HSL 151.88º 0.82% 0.15% -
HSV(B) 151.88º 0.9% 0.28% -
XYZ 2.74 4.71 2.86 -
YUV 48.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 7 71 41 0.90 0 0.42 0.72 151.88 0.82 0.15
Hex 7 47 29 5A 0 2A 48 98 52 F
Octal 7 107 51 132 0 52 110 230 122 17
Binary 111 1000111 101001 1011010 0 101010 1001000 10011000 1010010 1111

Color Harmonies of #074729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074729

Black with #074729

Text Example


Text Example

White with #074729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074729; }

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

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

background-color css

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

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

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

border-color css

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

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

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