#024831

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

Shades of British Racing Green #024831

Tints of British Racing Green #024831

Color information

#024831 (or 0x024831) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 31. RGB value is (2,72,49). Sum of RGB (Red+Green+Blue) = 2+72+49=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #024831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024831 is #FDB7CE. Grayscale: #303030. Windows color (decimal): -16627663 or 3229698. OLE color: 3229698.

HSL color Cylindrical-coordinate representation of color #024831: hue angle of 160.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024831 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB27249-
CMYK0.9700.320.72
HSL160.29º94.59%14.51%-
HSV(B)160.29º97.22%28.24%-
XYZ2.94.873.69-
YUV48.45128.3194.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 72 (28.52% from 255) = 58.54%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=1.63%
G=58.54%
B=39.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272490.9700.320.72160.2994.5914.51
Hex248316102048a05ff
Octal21106114104011024013717
Binary1010010001100011100001010000010010001010000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024831; }

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

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

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

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

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

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

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

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