#02501D

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

Shades of British Racing Green #02501D

Tints of British Racing Green #02501D

Color information

#02501D (or 0x02501D) is unknown color: approx British Racing Green. HEX triplet: 02, 50 and 1D. RGB value is (2,80,29). Sum of RGB (Red+Green+Blue) = 2+80+29=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #02501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02501D is #FDAFE2. Grayscale: #323232. Windows color (decimal): -16625635 or 1921026. OLE color: 1921026.

HSL color Cylindrical-coordinate representation of color #02501D: hue angle of 140.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02501D is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB28029-
CMYK0.9800.640.69
HSL140.77º95.12%16.08%-
HSV(B)140.77º97.5%31.37%-
XYZ3.125.842.13-
YUV50.86115.6693.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 80 (31.64% from 255) = 72.07%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=1.80%
G=72.07%
B=26.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280290.9800.640.69140.7795.1216.08
Hex2501D62040458d5f10
Octal212035142010010521513720
Binary10101000011101110001001000000100010110001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02501D; }

 p { color: rgb(2,80,29); }

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

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

 a { background-color: rgb(2,80,29); }

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

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

 span { border-color: rgb(2,80,29); }

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