Html Css Color HEX #074828 British Racing Green

📋 copy color: '#074828'

red 7 ◦ green 72 ◦ blue 40

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

Shades of British Racing Green #074828

Tints of British Racing Green #074828

RGB

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

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

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

R = 5.88%
G = 60.5%
B = 33.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#074828 (or 0x074828) is known color: British Racing Green. HEX triplet: 07, 48 and 28. RGB value is (7,72,40). Sum of RGB (Red+Green+Blue) = 7+72+40=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #074828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074828 is #F8B7D7. Grayscale: #303030. Windows color (decimal): -16299992 or 2639879. OLE color: 2639879.

HSL color Cylindrical-coordinate representation of color #074828: hue angle of 150.46º 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 #074828 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 72 40 -
CMYK 0.90 0 0.44 0.72
HSL 150.46º 0.82% 0.15% -
HSV(B) 150.46º 0.9% 0.28% -
XYZ 2.79 4.83 2.79 -
YUV 48.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 7 72 40 0.90 0 0.44 0.72 150.46 0.82 0.15
Hex 7 48 28 5A 0 2C 48 96 52 F
Octal 7 110 50 132 0 54 110 226 122 17
Binary 111 1001000 101000 1011010 0 101100 1001000 10010110 1010010 1111

Color Harmonies of #074828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074828

Black with #074828

Text Example


Text Example

White with #074828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074828; }

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

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

background-color css

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

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

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

border-color css

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

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

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