#025533

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

Shades of British Racing Green #025533

Tints of British Racing Green #025533

Color information

#025533 (or 0x025533) is unknown color: approx British Racing Green. HEX triplet: 02, 55 and 33. RGB value is (2,85,51). Sum of RGB (Red+Green+Blue) = 2+85+51=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #025533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025533 is #FDAACC. Grayscale: #383838. Windows color (decimal): -16624333 or 3364098. OLE color: 3364098.

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

Color convert

RGB28551-
CMYK0.9800.400.67
HSL155.42º95.4%17.06%-
HSV(B)155.42º97.65%33.33%-
XYZ3.876.754.23-
YUV56.3112589.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 85 (33.59% from 255) = 61.59%
BLUE value IS 51 (20.31% from 255) = 36.96%
R=1.45%
G=61.59%
B=36.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285510.9800.400.67155.4295.417.06
Hex2553362028439b5f11
Octal21256314205010323313721
Binary10101010111001111000100101000100001110011011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025533; }

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

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

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

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

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

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

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

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