#025134

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

Shades of British Racing Green #025134

Tints of British Racing Green #025134

Color information

#025134 (or 0x025134) is unknown color: approx British Racing Green. HEX triplet: 02, 51 and 34. RGB value is (2,81,52). Sum of RGB (Red+Green+Blue) = 2+81+52=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #025134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025134 is #FDAECB. Grayscale: #363636. Windows color (decimal): -16625356 or 3428610. OLE color: 3428610.

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

Color convert

RGB28152-
CMYK0.9800.360.68
HSL157.97º95.18%16.27%-
HSV(B)157.97º97.53%31.76%-
XYZ3.596.154.25-
YUV54.07126.8390.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 81 (32.03% from 255) = 60%
BLUE value IS 52 (20.70% from 255) = 38.52%
R=1.48%
G=60%
B=38.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal281520.9800.360.68157.9795.1816.27
Hex2513462024449e5f10
Octal21216414204410423613720
Binary10101000111010011000100100100100010010011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025134; }

 p { color: rgb(2,81,52); }

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

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

 a { background-color: rgb(2,81,52); }

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

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

 span { border-color: rgb(2,81,52); }

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