#024128

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

Shades of British Racing Green #024128

Tints of British Racing Green #024128

Color information

#024128 (or 0x024128) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 28. RGB value is (2,65,40). Sum of RGB (Red+Green+Blue) = 2+65+40=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #024128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024128 is #FDBED7. Grayscale: #2B2B2B. Windows color (decimal): -16629464 or 2638082. OLE color: 2638082.

HSL color Cylindrical-coordinate representation of color #024128: hue angle of 156.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024128 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB26540-
CMYK0.9700.380.75
HSL156.19º94.03%13.14%-
HSV(B)156.19º96.92%25.49%-
XYZ2.33.952.65-
YUV43.31126.1398.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 65 (25.78% from 255) = 60.75%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=1.87%
G=60.75%
B=37.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265400.9700.380.75156.1994.0313.14
Hex24128610264B9c5ed
Octal21015014104611323413615
Binary1010000011010001100001010011010010111001110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024128; }

 p { color: rgb(2,65,40); }

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

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

 a { background-color: rgb(2,65,40); }

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

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

 span { border-color: rgb(2,65,40); }

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