#024827

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

Shades of British Racing Green #024827

Tints of British Racing Green #024827

Color information

#024827 (or 0x024827) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 27. RGB value is (2,72,39). Sum of RGB (Red+Green+Blue) = 2+72+39=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #024827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024827 is #FDB7D8. Grayscale: #2F2F2F. Windows color (decimal): -16627673 or 2574338. OLE color: 2574338.

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

Color convert

RGB27239-
CMYK0.9700.460.72
HSL151.71º94.59%14.51%-
HSV(B)151.71º97.22%28.24%-
XYZ2.714.792.7-
YUV47.31123.3195.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 72 (28.52% from 255) = 63.72%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=1.77%
G=63.72%
B=34.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272390.9700.460.72151.7194.5914.51
Hex248276102E48985ff
Octal21104714105611023013717
Binary1010010001001111100001010111010010001001100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024827; }

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

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

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

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

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

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

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

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