#025034

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

Shades of British Racing Green #025034

Tints of British Racing Green #025034

Color information

#025034 (or 0x025034) is unknown color: approx British Racing Green. HEX triplet: 02, 50 and 34. RGB value is (2,80,52). Sum of RGB (Red+Green+Blue) = 2+80+52=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #025034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025034 is #FDAFCB. Grayscale: #353535. Windows color (decimal): -16625612 or 3428354. OLE color: 3428354.

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

Color convert

RGB28052-
CMYK0.9800.350.69
HSL158.46º95.12%16.08%-
HSV(B)158.46º97.5%31.37%-
XYZ3.5164.22-
YUV53.49127.1691.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 80 (31.64% from 255) = 59.70%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=1.49%
G=59.70%
B=38.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280520.9800.350.69158.4695.1216.08
Hex2503462023459e5f10
Octal21206414204310523613720
Binary10101000011010011000100100011100010110011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025034; }

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

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

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

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

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

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

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

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