#024131

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

Shades of British Racing Green #024131

Tints of British Racing Green #024131

Color information

#024131 (or 0x024131) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 31. RGB value is (2,65,49). Sum of RGB (Red+Green+Blue) = 2+65+49=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #024131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024131 is #FDBECE. Grayscale: #2C2C2C. Windows color (decimal): -16629455 or 3227906. OLE color: 3227906.

HSL color Cylindrical-coordinate representation of color #024131: hue angle of 164.76º 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 #024131 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB26549-
CMYK0.9700.250.75
HSL164.76º94.03%13.14%-
HSV(B)164.76º96.92%25.49%-
XYZ2.474.023.55-
YUV44.34130.6397.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 49 (19.53% from 255) = 42.24%
R=1.72%
G=56.03%
B=42.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265490.9700.250.75164.7694.0313.14
Hex24131610194Ba55ed
Octal21016114103111324513615
Binary101000001110001110000101100110010111010010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024131; }

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

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

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

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

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

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

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

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