#02531E

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

Shades of British Racing Green #02531E

Tints of British Racing Green #02531E

Color information

#02531E (or 0x02531E) is unknown color: approx British Racing Green. HEX triplet: 02, 53 and 1E. RGB value is (2,83,30). Sum of RGB (Red+Green+Blue) = 2+83+30=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #02531E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02531E is #FDACE1. Grayscale: #343434. Windows color (decimal): -16624866 or 1987330. OLE color: 1987330.

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

Color convert

RGB28330-
CMYK0.9800.640.67
HSL140.74º95.29%16.67%-
HSV(B)140.74º97.59%32.55%-
XYZ3.356.292.27-
YUV52.74115.1691.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 83 (32.81% from 255) = 72.17%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=1.74%
G=72.17%
B=26.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283300.9800.640.67140.7495.2916.67
Hex2531E62040438d5f11
Octal212336142010010321513721
Binary10101001111110110001001000000100001110001101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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