#02522D

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

Shades of British Racing Green #02522D

Tints of British Racing Green #02522D

Color information

#02522D (or 0x02522D) is unknown color: approx British Racing Green. HEX triplet: 02, 52 and 2D. RGB value is (2,82,45). Sum of RGB (Red+Green+Blue) = 2+82+45=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #02522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02522D is #FDADD2. Grayscale: #353535. Windows color (decimal): -16625107 or 2970114. OLE color: 2970114.

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

Color convert

RGB28245-
CMYK0.9800.450.68
HSL152.25º95.24%16.47%-
HSV(B)152.25º97.56%32.16%-
XYZ3.526.243.5-
YUV53.8612391.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 82 (32.42% from 255) = 63.57%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=1.55%
G=63.57%
B=34.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal282450.9800.450.68152.2595.2416.47
Hex2522D6202D44985f10
Octal21225514205510423013720
Binary10101001010110111000100101101100010010011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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