Html Css Color HEX #074E2D British Racing Green

📋 copy color: '#074E2D'

red 7 ◦ green 78 ◦ blue 45

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

Shades of British Racing Green #074E2D

Tints of British Racing Green #074E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.62%

R = 5.38%
G = 60%
B = 34.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#074E2D (or 0x074E2D) is known color: British Racing Green. HEX triplet: 07, 4E and 2D. RGB value is (7,78,45). Sum of RGB (Red+Green+Blue) = 7+78+45=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 78 (30.86% from 255 or 60% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 78 - color contains mainly: green. Hex color #074E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E2D is #F8B1D2. Grayscale: #353535. Windows color (decimal): -16298451 or 2969095. OLE color: 2969095.

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

Color convert

RGB 7 78 45 -
CMYK 0.91 0 0.42 0.69
HSL 152.11º 0.84% 0.17% -
HSV(B) 152.11º 0.91% 0.31% -
XYZ 3.29 5.68 3.41 -
YUV 53.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 7 78 45 0.91 0 0.42 0.69 152.11 0.84 0.17
Hex 7 4E 2D 5B 0 2A 45 98 54 11
Octal 7 116 55 133 0 52 105 230 124 21
Binary 111 1001110 101101 1011011 0 101010 1000101 10011000 1010100 10001

Color Harmonies of #074E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E2D

Black with #074E2D

Text Example


Text Example

White with #074E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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