#025422

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

Shades of British Racing Green #025422

Tints of British Racing Green #025422

Color information

#025422 (or 0x025422) is unknown color: approx British Racing Green. HEX triplet: 02, 54 and 22. RGB value is (2,84,34). Sum of RGB (Red+Green+Blue) = 2+84+34=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 84 (33.20% from 255 or 70% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 84 - color contains mainly: green. Hex color #025422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025422 is #FDABDD. Grayscale: #353535. Windows color (decimal): -16624606 or 2249730. OLE color: 2249730.

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

Color convert

RGB28434-
CMYK0.9800.600.67
HSL143.41º95.35%16.86%-
HSV(B)143.41º97.62%32.94%-
XYZ3.486.472.58-
YUV53.78116.8391.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 84 (33.20% from 255) = 70%
BLUE value IS 34 (13.67% from 255) = 28.33%
R=1.67%
G=70%
B=28.33%

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
Decimal284340.9800.600.67143.4195.3516.86
Hex254226203C438f5f11
Octal21244214207410321713721
Binary10101010010001011000100111100100001110001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025422; }

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

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

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

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

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

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

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

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