#025137

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

Shades of British Racing Green #025137

Tints of British Racing Green #025137

Color information

#025137 (or 0x025137) is unknown color: approx British Racing Green. HEX triplet: 02, 51 and 37. RGB value is (2,81,55). Sum of RGB (Red+Green+Blue) = 2+81+55=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #025137 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025137 is #FDAEC8. Grayscale: #363636. Windows color (decimal): -16625353 or 3625218. OLE color: 3625218.

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

Color convert

RGB28155-
CMYK0.9800.320.68
HSL160.25º95.18%16.27%-
HSV(B)160.25º97.53%31.76%-
XYZ3.666.174.61-
YUV54.42128.3390.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 81 (32.03% from 255) = 58.70%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=1.45%
G=58.70%
B=39.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal281550.9800.320.68160.2595.1816.27
Hex251376202044a05f10
Octal21216714204010424013720
Binary10101000111011111000100100000100010010100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025137; }

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

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

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

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

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

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

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

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