#024129

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

Shades of British Racing Green #024129

Tints of British Racing Green #024129

Color information

#024129 (or 0x024129) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 29. RGB value is (2,65,41). Sum of RGB (Red+Green+Blue) = 2+65+41=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #024129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024129 is #FDBED6. Grayscale: #2B2B2B. Windows color (decimal): -16629463 or 2703618. OLE color: 2703618.

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

Color convert

RGB26541-
CMYK0.9700.370.75
HSL157.14º94.03%13.14%-
HSV(B)157.14º96.92%25.49%-
XYZ2.323.952.74-
YUV43.43126.6398.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 65 (25.78% from 255) = 60.19%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=1.85%
G=60.19%
B=37.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265410.9700.370.75157.1494.0313.14
Hex24129610254B9d5ed
Octal21015114104511323513615
Binary1010000011010011100001010010110010111001110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024129; }

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

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

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

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

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

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

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

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