#024627

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

Shades of British Racing Green #024627

Tints of British Racing Green #024627

Color information

#024627 (or 0x024627) is unknown color: approx British Racing Green. HEX triplet: 02, 46 and 27. RGB value is (2,70,39). Sum of RGB (Red+Green+Blue) = 2+70+39=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 70 (27.73% from 255 or 63.06% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 70 - color contains mainly: green. Hex color #024627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024627 is #FDB9D8. Grayscale: #2E2E2E. Windows color (decimal): -16628185 or 2573826. OLE color: 2573826.

HSL color Cylindrical-coordinate representation of color #024627: hue angle of 152.65º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024627 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB27039-
CMYK0.9700.440.73
HSL152.65º94.44%14.12%-
HSV(B)152.65º97.14%27.45%-
XYZ2.584.542.66-
YUV46.13123.9796.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 70 (27.73% from 255) = 63.06%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=1.80%
G=63.06%
B=35.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270390.9700.440.73152.6594.4414.12
Hex246276102C49995ee
Octal21064714105411123113616
Binary1010001101001111100001010110010010011001100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024627; }

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

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

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

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

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

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

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

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