Html Css Color HEX #074829 British Racing Green

📋 copy color: '#074829'

red 7 ◦ green 72 ◦ blue 41

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

Shades of British Racing Green #074829

Tints of British Racing Green #074829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 60%

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

R = 5.83%
G = 60%
B = 34.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#074829 (or 0x074829) is known color: British Racing Green. HEX triplet: 07, 48 and 29. RGB value is (7,72,41). Sum of RGB (Red+Green+Blue) = 7+72+41=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #074829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074829 is #F8B7D6. Grayscale: #313131. Windows color (decimal): -16299991 or 2705415. OLE color: 2705415.

HSL color Cylindrical-coordinate representation of color #074829: hue angle of 151.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074829 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 72 41 -
CMYK 0.90 0 0.43 0.72
HSL 151.38º 0.82% 0.15% -
HSV(B) 151.38º 0.9% 0.28% -
XYZ 2.81 4.84 2.88 -
YUV 49.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 7 72 41 0.90 0 0.43 0.72 151.38 0.82 0.15
Hex 7 48 29 5A 0 2B 48 97 52 F
Octal 7 110 51 132 0 53 110 227 122 17
Binary 111 1001000 101001 1011010 0 101011 1001000 10010111 1010010 1111

Color Harmonies of #074829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074829

Black with #074829

Text Example


Text Example

White with #074829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074829; }

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

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

background-color css

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

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

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

border-color css

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

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

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