#02542D

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

Shades of British Racing Green #02542D

Tints of British Racing Green #02542D

Color information

#02542D (or 0x02542D) is unknown color: approx British Racing Green. HEX triplet: 02, 54 and 2D. RGB value is (2,84,45). Sum of RGB (Red+Green+Blue) = 2+84+45=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 84 (33.20% from 255 or 64.12% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 84 - color contains mainly: green. Hex color #02542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02542D is #FDABD2. Grayscale: #373737. Windows color (decimal): -16624595 or 2970626. OLE color: 2970626.

HSL color Cylindrical-coordinate representation of color #02542D: hue angle of 151.46º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02542D is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB28445-
CMYK0.9800.460.67
HSL151.46º95.35%16.86%-
HSV(B)151.46º97.62%32.94%-
XYZ3.676.543.55-
YUV55.04122.3390.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 84 (33.20% from 255) = 64.12%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=1.53%
G=64.12%
B=34.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal284450.9800.460.67151.4695.3516.86
Hex2542D6202E43975f11
Octal21245514205610322713721
Binary10101010010110111000100101110100001110010111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,84,45); }

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

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

 a { background-color: rgb(2,84,45); }

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

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

 span { border-color: rgb(2,84,45); }

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