#074023

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

Shades of British Racing Green #074023

Tints of British Racing Green #074023

Color information

#074023 (or 0x074023) is unknown color: approx British Racing Green. HEX triplet: 07, 40 and 23. RGB value is (7,64,35). Sum of RGB (Red+Green+Blue) = 7+64+35=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #074023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074023 is #F8BFDC. Grayscale: #2B2B2B. Windows color (decimal): -16302045 or 2310151. OLE color: 2310151.

HSL color Cylindrical-coordinate representation of color #074023: hue angle of 149.47º 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 #074023 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB76435-
CMYK0.8900.450.75
HSL149.47º80.28%13.92%-
HSV(B)149.47º89.06%25.1%-
XYZ2.223.832.21-
YUV43.65123.12101.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 35 (14.06% from 255) = 33.02%
R=6.60%
G=60.38%
B=33.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764350.8900.450.75149.4780.2813.92
Hex740235902D4B9550e
Octal71004313105511322512016
Binary11110000001000111011001010110110010111001010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074023; }

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

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

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

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

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

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

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

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