#025522

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

Shades of British Racing Green #025522

Tints of British Racing Green #025522

Color information

#025522 (or 0x025522) is unknown color: approx British Racing Green. HEX triplet: 02, 55 and 22. RGB value is (2,85,34). Sum of RGB (Red+Green+Blue) = 2+85+34=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #025522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025522 is #FDAADD. Grayscale: #363636. Windows color (decimal): -16624350 or 2249986. OLE color: 2249986.

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

Color convert

RGB28534-
CMYK0.9800.600.67
HSL143.13º95.4%17.06%-
HSV(B)143.13º97.65%33.33%-
XYZ3.566.632.6-
YUV54.37116.590.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 34 (13.67% from 255) = 28.10%
R=1.65%
G=70.25%
B=28.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285340.9800.600.67143.1395.417.06
Hex255226203C438f5f11
Octal21254214207410321713721
Binary10101010110001011000100111100100001110001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025522; }

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

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

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

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

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

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

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

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