Html Css Color HEX #074229 British Racing Green

📋 copy color: '#074229'

red 7 ◦ green 66 ◦ blue 41

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

Shades of British Racing Green #074229

Tints of British Racing Green #074229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 57.89%

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

R = 6.14%
G = 57.89%
B = 35.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#074229 (or 0x074229) is known color: British Racing Green. HEX triplet: 07, 42 and 29. RGB value is (7,66,41). Sum of RGB (Red+Green+Blue) = 7+66+41=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 66 (26.17% from 255 or 57.89% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 66 - color contains mainly: green. Hex color #074229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074229 is #F8BDD6. Grayscale: #2D2D2D. Windows color (decimal): -16301527 or 2703879. OLE color: 2703879.

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

Color convert

RGB 7 66 41 -
CMYK 0.89 0 0.38 0.74
HSL 154.58º 0.81% 0.14% -
HSV(B) 154.58º 0.89% 0.26% -
XYZ 2.44 4.1 2.76 -
YUV 45.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 7 66 41 0.89 0 0.38 0.74 154.58 0.81 0.14
Hex 7 42 29 59 0 26 4A 9B 51 E
Octal 7 102 51 131 0 46 112 233 121 16
Binary 111 1000010 101001 1011001 0 100110 1001010 10011011 1010001 1110

Color Harmonies of #074229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074229

Black with #074229

Text Example


Text Example

White with #074229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074229; }

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

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

background-color css

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

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

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

border-color css

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

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

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