Html Css Color HEX #074C29 British Racing Green

📋 copy color: '#074C29'

red 7 ◦ green 76 ◦ blue 41

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

Shades of British Racing Green #074C29

Tints of British Racing Green #074C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 61.29%

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

R = 5.65%
G = 61.29%
B = 33.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#074C29 (or 0x074C29) is known color: British Racing Green. HEX triplet: 07, 4C and 29. RGB value is (7,76,41). Sum of RGB (Red+Green+Blue) = 7+76+41=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #074C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C29 is #F8B3D6. Grayscale: #333333. Windows color (decimal): -16298967 or 2706439. OLE color: 2706439.

HSL color Cylindrical-coordinate representation of color #074C29: hue angle of 149.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C29 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 76 41 -
CMYK 0.91 0 0.46 0.70
HSL 149.57º 0.83% 0.16% -
HSV(B) 149.57º 0.91% 0.3% -
XYZ 3.07 5.37 2.97 -
YUV 51.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 7 76 41 0.91 0 0.46 0.70 149.57 0.83 0.16
Hex 7 4C 29 5B 0 2E 46 96 53 10
Octal 7 114 51 133 0 56 106 226 123 20
Binary 111 1001100 101001 1011011 0 101110 1000110 10010110 1010011 10000

Color Harmonies of #074C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C29

Black with #074C29

Text Example


Text Example

White with #074C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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