#025312

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

Shades of British Racing Green #025312

Tints of British Racing Green #025312

Color information

#025312 (or 0x025312) is unknown color: approx British Racing Green. HEX triplet: 02, 53 and 12. RGB value is (2,83,18). Sum of RGB (Red+Green+Blue) = 2+83+18=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #025312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025312 is #FDACED. Grayscale: #333333. Windows color (decimal): -16624878 or 1200898. OLE color: 1200898.

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

Color convert

RGB28318-
CMYK0.9800.780.67
HSL131.85º95.29%16.67%-
HSV(B)131.85º97.59%32.55%-
XYZ3.236.241.61-
YUV51.37109.1692.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 83 (32.81% from 255) = 80.58%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=1.94%
G=80.58%
B=17.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283180.9800.780.67131.8595.2916.67
Hex253126204E43845f11
Octal212322142011610320413721
Binary10101001110010110001001001110100001110000100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025312; }

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

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

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

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

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

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

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

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