Html Css Color HEX #074329 British Racing Green

📋 copy color: '#074329'

red 7 ◦ green 67 ◦ blue 41

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

Shades of British Racing Green #074329

Tints of British Racing Green #074329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 58.26%

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

R = 6.09%
G = 58.26%
B = 35.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#074329 (or 0x074329) is known color: British Racing Green. HEX triplet: 07, 43 and 29. RGB value is (7,67,41). Sum of RGB (Red+Green+Blue) = 7+67+41=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #074329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074329 is #F8BCD6. Grayscale: #2E2E2E. Windows color (decimal): -16301271 or 2704135. OLE color: 2704135.

HSL color Cylindrical-coordinate representation of color #074329: hue angle of 154º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074329 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 67 41 -
CMYK 0.90 0 0.39 0.74
HSL 154º 0.81% 0.15% -
HSV(B) 154º 0.9% 0.26% -
XYZ 2.5 4.22 2.78 -
YUV 46.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 7 67 41 0.90 0 0.39 0.74 154 0.81 0.15
Hex 7 43 29 5A 0 27 4A 9A 51 F
Octal 7 103 51 132 0 47 112 232 121 17
Binary 111 1000011 101001 1011010 0 100111 1001010 10011010 1010001 1111

Color Harmonies of #074329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074329

Black with #074329

Text Example


Text Example

White with #074329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074329; }

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

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

background-color css

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

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

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

border-color css

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

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

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