Html Css Color HEX #074F2D British Racing Green

📋 copy color: '#074F2D'

red 7 ◦ green 79 ◦ blue 45

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

Shades of British Racing Green #074F2D

Tints of British Racing Green #074F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 60.31%

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

R = 5.34%
G = 60.31%
B = 34.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.69

RGB Variations

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

Color information

#074F2D (or 0x074F2D) is known color: British Racing Green. HEX triplet: 07, 4F and 2D. RGB value is (7,79,45). Sum of RGB (Red+Green+Blue) = 7+79+45=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 79 (31.25% from 255 or 60.31% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 79 - color contains mainly: green. Hex color #074F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074F2D is #F8B0D2. Grayscale: #353535. Windows color (decimal): -16298195 or 2969351. OLE color: 2969351.

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

Color convert

RGB 7 79 45 -
CMYK 0.91 0 0.43 0.69
HSL 151.67º 0.84% 0.17% -
HSV(B) 151.67º 0.91% 0.31% -
XYZ 3.36 5.83 3.43 -
YUV 53.6 123.15 94.76 -
System Red Green Blue C M Y K H S L
Decimal 7 79 45 0.91 0 0.43 0.69 151.67 0.84 0.17
Hex 7 4F 2D 5B 0 2B 45 98 54 11
Octal 7 117 55 133 0 53 105 230 124 21
Binary 111 1001111 101101 1011011 0 101011 1000101 10011000 1010100 10001

Color Harmonies of #074F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F2D

Black with #074F2D

Text Example


Text Example

White with #074F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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