Html Css Color HEX #074E2B British Racing Green

📋 copy color: '#074E2B'

red 7 ◦ green 78 ◦ blue 43

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

Shades of British Racing Green #074E2B

Tints of British Racing Green #074E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.59%

R = 5.47%
G = 60.94%
B = 33.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#074E2B (or 0x074E2B) is known color: British Racing Green. HEX triplet: 07, 4E and 2B. RGB value is (7,78,43). Sum of RGB (Red+Green+Blue) = 7+78+43=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 78 (30.86% from 255 or 60.94% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 78 - color contains mainly: green. Hex color #074E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E2B is #F8B1D4. Grayscale: #343434. Windows color (decimal): -16298453 or 2838023. OLE color: 2838023.

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

Color convert

RGB 7 78 43 -
CMYK 0.91 0 0.45 0.69
HSL 150.42º 0.84% 0.17% -
HSV(B) 150.42º 0.91% 0.31% -
XYZ 3.25 5.67 3.21 -
YUV 52.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 7 78 43 0.91 0 0.45 0.69 150.42 0.84 0.17
Hex 7 4E 2B 5B 0 2D 45 96 54 11
Octal 7 116 53 133 0 55 105 226 124 21
Binary 111 1001110 101011 1011011 0 101101 1000101 10010110 1010100 10001

Color Harmonies of #074E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E2B

Black with #074E2B

Text Example


Text Example

White with #074E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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