#02541B

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

Shades of British Racing Green #02541B

Tints of British Racing Green #02541B

Color information

#02541B (or 0x02541B) is unknown color: approx British Racing Green. HEX triplet: 02, 54 and 1B. RGB value is (2,84,27). Sum of RGB (Red+Green+Blue) = 2+84+27=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #02541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02541B is #FDABE4. Grayscale: #353535. Windows color (decimal): -16624613 or 1790978. OLE color: 1790978.

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

Color convert

RGB28427-
CMYK0.9800.680.67
HSL138.29º95.35%16.86%-
HSV(B)138.29º97.62%32.94%-
XYZ3.396.432.1-
YUV52.98113.3391.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 84 (33.20% from 255) = 74.34%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=1.77%
G=74.34%
B=23.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal284270.9800.680.67138.2995.3516.86
Hex2541B62044438a5f11
Octal212433142010410321213721
Binary10101010011011110001001000100100001110001010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02541B; }

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

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

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

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

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

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

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

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