#025033

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

Shades of British Racing Green #025033

Tints of British Racing Green #025033

Color information

#025033 (or 0x025033) is unknown color: approx British Racing Green. HEX triplet: 02, 50 and 33. RGB value is (2,80,51). Sum of RGB (Red+Green+Blue) = 2+80+51=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #025033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025033 is #FDAFCC. Grayscale: #353535. Windows color (decimal): -16625613 or 3362818. OLE color: 3362818.

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

Color convert

RGB28051-
CMYK0.9800.360.69
HSL157.69º95.12%16.08%-
HSV(B)157.69º97.5%31.37%-
XYZ3.495.994.1-
YUV53.37126.6691.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 80 (31.64% from 255) = 60.15%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=1.50%
G=60.15%
B=38.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280510.9800.360.69157.6995.1216.08
Hex2503362024459e5f10
Octal21206314204410523613720
Binary10101000011001111000100100100100010110011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025033; }

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

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

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

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

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

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

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

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