#074230

Color #074230 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #074230

Tints of British Racing Green #074230

Color information

#074230 (or 0x074230) is unknown color: approx British Racing Green. HEX triplet: 07, 42 and 30. RGB value is (7,66,48). Sum of RGB (Red+Green+Blue) = 7+66+48=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #074230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074230 is #F8BDCF. Grayscale: #2E2E2E. Windows color (decimal): -16301520 or 3162631. OLE color: 3162631.

HSL color Cylindrical-coordinate representation of color #074230: hue angle of 161.69º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074230 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB76648-
CMYK0.8900.270.74
HSL161.69º80.82%14.31%-
HSV(B)161.69º89.39%25.88%-
XYZ2.574.163.46-
YUV46.31128.9599.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=5.79%
G=54.55%
B=39.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal766480.8900.270.74161.6980.8214.31
Hex742305901B4Aa251e
Octal71026013103311224212116
Binary1111000010110000101100101101110010101010001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074230; }

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

 H1.HeaderClassName
 {
   color: #074230;
 }
 .AnyTagClassName
 {
   color: #074230;
 }
</style>
background-color css

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

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

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

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

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

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