#074D1F

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

Shades of British Racing Green #074D1F

Tints of British Racing Green #074D1F

Color information

#074D1F (or 0x074D1F) is unknown color: approx British Racing Green. HEX triplet: 07, 4D and 1F. RGB value is (7,77,31). Sum of RGB (Red+Green+Blue) = 7+77+31=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 77 (30.47% from 255 or 66.96% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 77 - color contains mainly: green. Hex color #074D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D1F is #F8B2E0. Grayscale: #323232. Windows color (decimal): -16298721 or 2051335. OLE color: 2051335.

HSL color Cylindrical-coordinate representation of color #074D1F: hue angle of 140.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D1F is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB77731-
CMYK0.9100.600.70
HSL140.57º83.33%16.47%-
HSV(B)140.57º90.91%30.2%-
XYZ2.995.452.19-
YUV50.83116.8196.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 77 (30.47% from 255) = 66.96%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=6.09%
G=66.96%
B=26.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777310.9100.600.70140.5783.3316.47
Hex74D1F5B03C468d5310
Octal71153713307410621512320
Binary11110011011111110110110111100100011010001101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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