Html Css Color HEX #074128 British Racing Green

📋 copy color: '#074128'

red 7 ◦ green 65 ◦ blue 40

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

Shades of British Racing Green #074128

Tints of British Racing Green #074128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 58.04%

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

R = 6.25%
G = 58.04%
B = 35.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#074128 (or 0x074128) is known color: British Racing Green. HEX triplet: 07, 41 and 28. RGB value is (7,65,40). Sum of RGB (Red+Green+Blue) = 7+65+40=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #074128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074128 is #F8BED7. Grayscale: #2C2C2C. Windows color (decimal): -16301784 or 2638087. OLE color: 2638087.

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

Color convert

RGB 7 65 40 -
CMYK 0.89 0 0.38 0.75
HSL 154.14º 0.81% 0.14% -
HSV(B) 154.14º 0.89% 0.25% -
XYZ 2.36 3.98 2.65 -
YUV 44.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 7 65 40 0.89 0 0.38 0.75 154.14 0.81 0.14
Hex 7 41 28 59 0 26 4B 9A 51 E
Octal 7 101 50 131 0 46 113 232 121 16
Binary 111 1000001 101000 1011001 0 100110 1001011 10011010 1010001 1110

Color Harmonies of #074128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074128

Black with #074128

Text Example


Text Example

White with #074128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074128; }

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

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

background-color css

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

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

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

border-color css

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

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

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