Html Css Color HEX #074D2B British Racing Green

📋 copy color: '#074D2B'

red 7 ◦ green 77 ◦ blue 43

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

Shades of British Racing Green #074D2B

Tints of British Racing Green #074D2B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 60.63%

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

R = 5.51%
G = 60.63%
B = 33.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#074D2B (or 0x074D2B) is known color: British Racing Green. HEX triplet: 07, 4D and 2B. RGB value is (7,77,43). Sum of RGB (Red+Green+Blue) = 7+77+43=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #074D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D2B is #F8B2D4. Grayscale: #343434. Windows color (decimal): -16298709 or 2837767. OLE color: 2837767.

HSL color Cylindrical-coordinate representation of color #074D2B: hue angle of 150.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D2B is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 77 43 -
CMYK 0.91 0 0.44 0.70
HSL 150.86º 0.83% 0.16% -
HSV(B) 150.86º 0.91% 0.3% -
XYZ 3.18 5.53 3.18 -
YUV 52.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 7 77 43 0.91 0 0.44 0.70 150.86 0.83 0.16
Hex 7 4D 2B 5B 0 2C 46 97 53 10
Octal 7 115 53 133 0 54 106 227 123 20
Binary 111 1001101 101011 1011011 0 101100 1000110 10010111 1010011 10000

Color Harmonies of #074D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D2B

Black with #074D2B

Text Example


Text Example

White with #074D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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