#025634

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

Shades of British Racing Green #025634

Tints of British Racing Green #025634

Color information

#025634 (or 0x025634) is unknown color: approx British Racing Green. HEX triplet: 02, 56 and 34. RGB value is (2,86,52). Sum of RGB (Red+Green+Blue) = 2+86+52=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #025634 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025634 is #FDA9CB. Grayscale: #393939. Windows color (decimal): -16624076 or 3429890. OLE color: 3429890.

HSL color Cylindrical-coordinate representation of color #025634: hue angle of 155.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025634 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB28652-
CMYK0.9800.400.66
HSL155.71º95.45%17.25%-
HSV(B)155.71º97.67%33.73%-
XYZ3.976.924.37-
YUV57.01125.1788.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 86 (33.98% from 255) = 61.43%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=1.43%
G=61.43%
B=37.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286520.9800.400.66155.7195.4517.25
Hex2563462028429c5f11
Octal21266414205010223413721
Binary10101011011010011000100101000100001010011100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025634; }

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

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

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

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

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

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

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

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