Html Css Color HEX #074129 British Racing Green

📋 copy color: '#074129'

red 7 ◦ green 65 ◦ blue 41

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

Shades of British Racing Green #074129

Tints of British Racing Green #074129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 57.52%

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

R = 6.19%
G = 57.52%
B = 36.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#074129 (or 0x074129) is known color: British Racing Green. HEX triplet: 07, 41 and 29. RGB value is (7,65,41). Sum of RGB (Red+Green+Blue) = 7+65+41=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #074129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074129 is #F8BED6. Grayscale: #2C2C2C. Windows color (decimal): -16301783 or 2703623. OLE color: 2703623.

HSL color Cylindrical-coordinate representation of color #074129: hue angle of 155.17º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074129 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 41 -
CMYK 0.89 0 0.37 0.75
HSL 155.17º 0.81% 0.14% -
HSV(B) 155.17º 0.89% 0.25% -
XYZ 2.38 3.99 2.74 -
YUV 44.92 125.78 100.95 -
System Red Green Blue C M Y K H S L
Decimal 7 65 41 0.89 0 0.37 0.75 155.17 0.81 0.14
Hex 7 41 29 59 0 25 4B 9B 51 E
Octal 7 101 51 131 0 45 113 233 121 16
Binary 111 1000001 101001 1011001 0 100101 1001011 10011011 1010001 1110

Color Harmonies of #074129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074129

Black with #074129

Text Example


Text Example

White with #074129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074129; }

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

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

background-color css

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

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

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

border-color css

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

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

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