#024829

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

Shades of British Racing Green #024829

Tints of British Racing Green #024829

Color information

#024829 (or 0x024829) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 29. RGB value is (2,72,41). Sum of RGB (Red+Green+Blue) = 2+72+41=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #024829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024829 is #FDB7D6. Grayscale: #2F2F2F. Windows color (decimal): -16627671 or 2705410. OLE color: 2705410.

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

Color convert

RGB27241-
CMYK0.9700.430.72
HSL153.43º94.59%14.51%-
HSV(B)153.43º97.22%28.24%-
XYZ2.744.812.88-
YUV47.54124.3195.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 72 (28.52% from 255) = 62.61%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=1.74%
G=62.61%
B=35.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272410.9700.430.72153.4394.5914.51
Hex248296102B48995ff
Octal21105114105311023113717
Binary1010010001010011100001010101110010001001100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024829; }

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

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

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

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

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

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

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

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