Html Css Color HEX #074F2B British Racing Green

📋 copy color: '#074F2B'

red 7 ◦ green 79 ◦ blue 43

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

Shades of British Racing Green #074F2B

Tints of British Racing Green #074F2B

RGB

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

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

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

R = 5.43%
G = 61.24%
B = 33.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#074F2B (or 0x074F2B) is known color: British Racing Green. HEX triplet: 07, 4F and 2B. RGB value is (7,79,43). Sum of RGB (Red+Green+Blue) = 7+79+43=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 79 (31.25% from 255 or 61.24% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 79 - color contains mainly: green. Hex color #074F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074F2B is #F8B0D4. Grayscale: #353535. Windows color (decimal): -16298197 or 2838279. OLE color: 2838279.

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

Color convert

RGB 7 79 43 -
CMYK 0.91 0 0.46 0.69
HSL 150º 0.84% 0.17% -
HSV(B) 150º 0.91% 0.31% -
XYZ 3.32 5.81 3.23 -
YUV 53.37 122.15 94.93 -
System Red Green Blue C M Y K H S L
Decimal 7 79 43 0.91 0 0.46 0.69 150 0.84 0.17
Hex 7 4F 2B 5B 0 2E 45 96 54 11
Octal 7 117 53 133 0 56 105 226 124 21
Binary 111 1001111 101011 1011011 0 101110 1000101 10010110 1010100 10001

Color Harmonies of #074F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F2B

Black with #074F2B

Text Example


Text Example

White with #074F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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