Html Css Color HEX #074928 British Racing Green

📋 copy color: '#074928'

red 7 ◦ green 73 ◦ blue 40

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

Shades of British Racing Green #074928

Tints of British Racing Green #074928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 60.83%

 BLUE value IS 40 (16.02% from 255) = 33.33%

R = 5.83%
G = 60.83%
B = 33.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#074928 (or 0x074928) is known color: British Racing Green. HEX triplet: 07, 49 and 28. RGB value is (7,73,40). Sum of RGB (Red+Green+Blue) = 7+73+40=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #074928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074928 is #F8B6D7. Grayscale: #313131. Windows color (decimal): -16299736 or 2640135. OLE color: 2640135.

HSL color Cylindrical-coordinate representation of color #074928: hue angle of 150º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074928 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 40 -
CMYK 0.90 0 0.45 0.71
HSL 150º 0.83% 0.16% -
HSV(B) 150º 0.9% 0.29% -
XYZ 2.85 4.96 2.82 -
YUV 49.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 7 73 40 0.90 0 0.45 0.71 150 0.83 0.16
Hex 7 49 28 5A 0 2D 47 96 52 10
Octal 7 111 50 132 0 55 107 226 122 20
Binary 111 1001001 101000 1011010 0 101101 1000111 10010110 1010010 10000

Color Harmonies of #074928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074928

Black with #074928

Text Example


Text Example

White with #074928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074928; }

 p { color: rgb(7,73,40); }

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

background-color css

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

 a { background-color: rgb(7,73,40); }

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

border-color css

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

 span { border-color: rgb(7,73,40); }

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