#025021

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

Shades of British Racing Green #025021

Tints of British Racing Green #025021

Color information

#025021 (or 0x025021) is unknown color: approx British Racing Green. HEX triplet: 02, 50 and 21. RGB value is (2,80,33). Sum of RGB (Red+Green+Blue) = 2+80+33=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #025021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025021 is #FDAFDE. Grayscale: #333333. Windows color (decimal): -16625631 or 2183170. OLE color: 2183170.

HSL color Cylindrical-coordinate representation of color #025021: hue angle of 143.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025021 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB28033-
CMYK0.9800.590.69
HSL143.85º95.12%16.08%-
HSV(B)143.85º97.5%31.37%-
XYZ3.175.862.4-
YUV51.32117.6692.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 80 (31.64% from 255) = 69.57%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=1.74%
G=69.57%
B=28.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280330.9800.590.69143.8595.1216.08
Hex250216203B45905f10
Octal21204114207310522013720
Binary10101000010000111000100111011100010110010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025021; }

 p { color: rgb(2,80,33); }

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

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

 a { background-color: rgb(2,80,33); }

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

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

 span { border-color: rgb(2,80,33); }

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