#025524

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

Shades of British Racing Green #025524

Tints of British Racing Green #025524

Color information

#025524 (or 0x025524) is unknown color: approx British Racing Green. HEX triplet: 02, 55 and 24. RGB value is (2,85,36). Sum of RGB (Red+Green+Blue) = 2+85+36=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #025524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025524 is #FDAADB. Grayscale: #363636. Windows color (decimal): -16624348 or 2381058. OLE color: 2381058.

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

Color convert

RGB28536-
CMYK0.9800.580.67
HSL144.58º95.4%17.06%-
HSV(B)144.58º97.65%33.33%-
XYZ3.596.642.76-
YUV54.6117.590.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 85 (33.59% from 255) = 69.11%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=1.63%
G=69.11%
B=29.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285360.9800.580.67144.5895.417.06
Hex255246203A43915f11
Octal21254414207210322113721
Binary10101010110010011000100111010100001110010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025524; }

 p { color: rgb(2,85,36); }

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

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

 a { background-color: rgb(2,85,36); }

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

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

 span { border-color: rgb(2,85,36); }

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