Html Css Color HEX #074C1F British Racing Green

📋 copy color: '#074C1F'

red 7 ◦ green 76 ◦ blue 31

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

Shades of British Racing Green #074C1F

Tints of British Racing Green #074C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 66.67%

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 6.14%
G = 66.67%
B = 27.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#074C1F (or 0x074C1F) is known color: British Racing Green. HEX triplet: 07, 4C and 1F. RGB value is (7,76,31). Sum of RGB (Red+Green+Blue) = 7+76+31=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 76 (30.08% from 255 or 66.67% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 76 - color contains mainly: green. Hex color #074C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C1F is #F8B3E0. Grayscale: #323232. Windows color (decimal): -16298977 or 2051079. OLE color: 2051079.

HSL color Cylindrical-coordinate representation of color #074C1F: hue angle of 140.87º 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 #074C1F is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 76 31 -
CMYK 0.91 0 0.59 0.70
HSL 140.87º 0.83% 0.16% -
HSV(B) 140.87º 0.91% 0.3% -
XYZ 2.92 5.31 2.17 -
YUV 50.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 7 76 31 0.91 0 0.59 0.70 140.87 0.83 0.16
Hex 7 4C 1F 5B 0 3B 46 8D 53 10
Octal 7 114 37 133 0 73 106 215 123 20
Binary 111 1001100 11111 1011011 0 111011 1000110 10001101 1010011 10000

Color Harmonies of #074C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C1F

Black with #074C1F

Text Example


Text Example

White with #074C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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