#025023

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

Shades of British Racing Green #025023

Tints of British Racing Green #025023

Color information

#025023 (or 0x025023) is unknown color: approx British Racing Green. HEX triplet: 02, 50 and 23. RGB value is (2,80,35). Sum of RGB (Red+Green+Blue) = 2+80+35=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #025023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025023 is #FDAFDC. Grayscale: #333333. Windows color (decimal): -16625629 or 2314242. OLE color: 2314242.

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

Color convert

RGB28035-
CMYK0.9800.560.69
HSL145.38º95.12%16.08%-
HSV(B)145.38º97.5%31.37%-
XYZ3.25.872.55-
YUV51.55118.6692.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 80 (31.64% from 255) = 68.38%
BLUE value IS 35 (14.06% from 255) = 29.91%
R=1.71%
G=68.38%
B=29.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280350.9800.560.69145.3895.1216.08
Hex250236203845915f10
Octal21204314207010522113720
Binary10101000010001111000100111000100010110010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025023; }

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

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

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

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

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

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

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

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