#025518

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

Shades of British Racing Green #025518

Tints of British Racing Green #025518

Color information

#025518 (or 0x025518) is unknown color: approx British Racing Green. HEX triplet: 02, 55 and 18. RGB value is (2,85,24). Sum of RGB (Red+Green+Blue) = 2+85+24=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #025518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025518 is #FDAAE7. Grayscale: #353535. Windows color (decimal): -16624360 or 1594626. OLE color: 1594626.

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

Color convert

RGB28524-
CMYK0.9800.720.67
HSL135.9º95.4%17.06%-
HSV(B)135.9º97.65%33.33%-
XYZ3.446.581.95-
YUV53.23111.591.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 85 (33.59% from 255) = 76.58%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=1.80%
G=76.58%
B=21.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285240.9800.720.67135.995.417.06
Hex255186204843885f11
Octal212530142011010321013721
Binary10101010111000110001001001000100001110001000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025518; }

 p { color: rgb(2,85,24); }

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

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

 a { background-color: rgb(2,85,24); }

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

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

 span { border-color: rgb(2,85,24); }

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