#073D23

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

Shades of British Racing Green #073D23

Tints of British Racing Green #073D23

Color information

#073D23 (or 0x073D23) is unknown color: approx British Racing Green. HEX triplet: 07, 3D and 23. RGB value is (7,61,35). Sum of RGB (Red+Green+Blue) = 7+61+35=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #073D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D23 is #F8C2DC. Grayscale: #292929. Windows color (decimal): -16302813 or 2309383. OLE color: 2309383.

HSL color Cylindrical-coordinate representation of color #073D23: hue angle of 151.11º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D23 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB76135-
CMYK0.8900.430.76
HSL151.11º79.41%13.33%-
HSV(B)151.11º88.52%23.92%-
XYZ2.063.52.16-
YUV41.89124.11103.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 61 (24.22% from 255) = 59.22%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=6.80%
G=59.22%
B=33.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal761350.8900.430.76151.1179.4113.33
Hex73D235902B4C974fd
Octal7754313105311422711715
Binary1111111011000111011001010101110011001001011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073D23; }

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

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

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

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

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

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

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

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