Html Css Color HEX #074E1E British Racing Green

📋 copy color: '#074E1E'

red 7 ◦ green 78 ◦ blue 30

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

Shades of British Racing Green #074E1E

Tints of British Racing Green #074E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 67.83%

 BLUE value IS 30 (12.11% from 255) = 26.09%

R = 6.09%
G = 67.83%
B = 26.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#074E1E (or 0x074E1E) is known color: British Racing Green. HEX triplet: 07, 4E and 1E. RGB value is (7,78,30). Sum of RGB (Red+Green+Blue) = 7+78+30=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 78 (30.86% from 255 or 67.83% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 78 - color contains mainly: green. Hex color #074E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E1E is #F8B1E1. Grayscale: #333333. Windows color (decimal): -16298466 or 1986055. OLE color: 1986055.

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

Color convert

RGB 7 78 30 -
CMYK 0.91 0 0.62 0.69
HSL 139.44º 0.84% 0.17% -
HSV(B) 139.44º 0.91% 0.31% -
XYZ 3.05 5.59 2.15 -
YUV 51.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 7 78 30 0.91 0 0.62 0.69 139.44 0.84 0.17
Hex 7 4E 1E 5B 0 3E 45 8B 54 11
Octal 7 116 36 133 0 76 105 213 124 21
Binary 111 1001110 11110 1011011 0 111110 1000101 10001011 1010100 10001

Color Harmonies of #074E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E1E

Black with #074E1E

Text Example


Text Example

White with #074E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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