#074E1F

Color #074E1F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #074E1F

Tints of British Racing Green #074E1F

Color information

#074E1F (or 0x074E1F) is unknown color: approx British Racing Green. HEX triplet: 07, 4E and 1F. RGB value is (7,78,31). Sum of RGB (Red+Green+Blue) = 7+78+31=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 78 (30.86% from 255 or 67.24% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 78 - color contains mainly: green. Hex color #074E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E1F is #F8B1E0. Grayscale: #333333. Windows color (decimal): -16298465 or 2051591. OLE color: 2051591.

HSL color Cylindrical-coordinate representation of color #074E1F: hue angle of 140.28º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E1F is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB77831-
CMYK0.9100.600.69
HSL140.28º83.53%16.67%-
HSV(B)140.28º91.03%30.59%-
XYZ3.065.592.21-
YUV51.41116.4896.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 78 (30.86% from 255) = 67.24%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=6.03%
G=67.24%
B=26.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal778310.9100.600.69140.2883.5316.67
Hex74E1F5B03C458c5411
Octal71163713307410521412421
Binary11110011101111110110110111100100010110001100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,78,31); }

 H1.HeaderClassName
 {
   color: #074E1F;
 }
 .AnyTagClassName
 {
   color: #074E1F;
 }
</style>
background-color css

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

 a { background-color: rgb(7,78,31); }

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

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

 span { border-color: rgb(7,78,31); }

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