#02531A

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

Shades of British Racing Green #02531A

Tints of British Racing Green #02531A

Color information

#02531A (or 0x02531A) is unknown color: approx British Racing Green. HEX triplet: 02, 53 and 1A. RGB value is (2,83,26). Sum of RGB (Red+Green+Blue) = 2+83+26=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 83 (32.81% from 255 or 74.77% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 83 - color contains mainly: green. Hex color #02531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02531A is #FDACE5. Grayscale: #343434. Windows color (decimal): -16624870 or 1725186. OLE color: 1725186.

HSL color Cylindrical-coordinate representation of color #02531A: hue angle of 137.78º 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 #02531A is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB28326-
CMYK0.9800.690.67
HSL137.78º95.29%16.67%-
HSV(B)137.78º97.59%32.55%-
XYZ3.36.272.01-
YUV52.28113.1692.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 83 (32.81% from 255) = 74.77%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=1.80%
G=74.77%
B=23.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283260.9800.690.67137.7895.2916.67
Hex2531A62045438a5f11
Octal212332142010510321213721
Binary10101001111010110001001000101100001110001010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02531A; }

 p { color: rgb(2,83,26); }

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

<style>
 a { background-color: #02531A; }

 a { background-color: rgb(2,83,26); }

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

<style>
 span { border-color: #02531A; }

 span { border-color: rgb(2,83,26); }

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