#073D25

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

Shades of British Racing Green #073D25

Tints of British Racing Green #073D25

Color information

#073D25 (or 0x073D25) is unknown color: approx British Racing Green. HEX triplet: 07, 3D and 25. RGB value is (7,61,37). Sum of RGB (Red+Green+Blue) = 7+61+37=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #073D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D25 is #F8C2DA. Grayscale: #2A2A2A. Windows color (decimal): -16302811 or 2440455. OLE color: 2440455.

HSL color Cylindrical-coordinate representation of color #073D25: hue angle of 153.33º 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 #073D25 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.

Color convert

RGB76137-
CMYK0.8900.390.76
HSL153.33º79.41%13.33%-
HSV(B)153.33º88.52%23.92%-
XYZ2.093.522.32-
YUV42.12125.11102.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 61 (24.22% from 255) = 58.10%
BLUE value IS 37 (14.84% from 255) = 35.24%
R=6.67%
G=58.10%
B=35.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal761370.8900.390.76153.3379.4113.33
Hex73D25590274C994fd
Octal7754513104711423111715
Binary1111111011001011011001010011110011001001100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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