#025324

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

Shades of British Racing Green #025324

Tints of British Racing Green #025324

Color information

#025324 (or 0x025324) is unknown color: approx British Racing Green. HEX triplet: 02, 53 and 24. RGB value is (2,83,36). Sum of RGB (Red+Green+Blue) = 2+83+36=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #025324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025324 is #FDACDB. Grayscale: #353535. Windows color (decimal): -16624860 or 2380546. OLE color: 2380546.

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

Color convert

RGB28336-
CMYK0.9800.570.67
HSL145.19º95.29%16.67%-
HSV(B)145.19º97.59%32.55%-
XYZ3.446.332.71-
YUV53.42118.1691.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 83 (32.81% from 255) = 68.60%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=1.65%
G=68.60%
B=29.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283360.9800.570.67145.1995.2916.67
Hex253246203943915f11
Octal21234414207110322113721
Binary10101001110010011000100111001100001110010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025324; }

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

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

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

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

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

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

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

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