Html Css Color HEX #074D1F British Racing Green

📋 copy color: '#074D1F'

red 7 ◦ green 77 ◦ blue 31

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

Shades of British Racing Green #074D1F

Tints of British Racing Green #074D1F

RGB

 RED value IS 7 (3.13% 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 value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#074D1F (or 0x074D1F) is known color: 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

RGB 7 77 31 -
CMYK 0.91 0 0.60 0.70
HSL 140.57º 0.83% 0.16% -
HSV(B) 140.57º 0.91% 0.3% -
XYZ 2.99 5.45 2.19 -
YUV 50.83 116.81 96.74 -
System Red Green Blue C M Y K H S L
Decimal 7 77 31 0.91 0 0.60 0.70 140.57 0.83 0.16
Hex 7 4D 1F 5B 0 3C 46 8D 53 10
Octal 7 115 37 133 0 74 106 215 123 20
Binary 111 1001101 11111 1011011 0 111100 1000110 10001101 1010011 10000

Color Harmonies of #074D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D1F

Black with #074D1F

Text Example


Text Example

White with #074D1F

Text Example


Text Example

HTML Codes & Css Web 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>