Html Css Color HEX #074030 British Racing Green

📋 copy color: '#074030'

red 7 ◦ green 64 ◦ blue 48

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

Shades of British Racing Green #074030

Tints of British Racing Green #074030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.78%

 BLUE value IS 48 (19.14% from 255) = 40.34%

R = 5.88%
G = 53.78%
B = 40.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#074030 (or 0x074030) is known color: British Racing Green. HEX triplet: 07, 40 and 30. RGB value is (7,64,48). Sum of RGB (Red+Green+Blue) = 7+64+48=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #074030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074030 is #F8BFCF. Grayscale: #2D2D2D. Windows color (decimal): -16302032 or 3162119. OLE color: 3162119.

HSL color Cylindrical-coordinate representation of color #074030: hue angle of 163.16º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074030 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 48 -
CMYK 0.89 0 0.25 0.75
HSL 163.16º 0.8% 0.14% -
HSV(B) 163.16º 0.89% 0.25% -
XYZ 2.45 3.93 3.42 -
YUV 45.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 7 64 48 0.89 0 0.25 0.75 163.16 0.8 0.14
Hex 7 40 30 59 0 19 4B A3 50 E
Octal 7 100 60 131 0 31 113 243 120 16
Binary 111 1000000 110000 1011001 0 11001 1001011 10100011 1010000 1110

Color Harmonies of #074030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074030

Black with #074030

Text Example


Text Example

White with #074030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074030; }

 p { color: rgb(7,64,48); }

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

background-color css

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

 a { background-color: rgb(7,64,48); }

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

border-color css

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

 span { border-color: rgb(7,64,48); }

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