Html Css Color HEX #074429 British Racing Green

📋 copy color: '#074429'

red 7 ◦ green 68 ◦ blue 41

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

Shades of British Racing Green #074429

Tints of British Racing Green #074429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 58.62%

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

R = 6.03%
G = 58.62%
B = 35.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#074429 (or 0x074429) is known color: British Racing Green. HEX triplet: 07, 44 and 29. RGB value is (7,68,41). Sum of RGB (Red+Green+Blue) = 7+68+41=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #074429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074429 is #F8BBD6. Grayscale: #2E2E2E. Windows color (decimal): -16301015 or 2704391. OLE color: 2704391.

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

Color convert

RGB 7 68 41 -
CMYK 0.90 0 0.40 0.73
HSL 153.44º 0.81% 0.15% -
HSV(B) 153.44º 0.9% 0.27% -
XYZ 2.55 4.34 2.8 -
YUV 46.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 7 68 41 0.90 0 0.40 0.73 153.44 0.81 0.15
Hex 7 44 29 5A 0 28 49 99 51 F
Octal 7 104 51 132 0 50 111 231 121 17
Binary 111 1000100 101001 1011010 0 101000 1001001 10011001 1010001 1111

Color Harmonies of #074429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074429

Black with #074429

Text Example


Text Example

White with #074429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074429; }

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

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

background-color css

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

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

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

border-color css

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

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

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