#024526

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

Shades of British Racing Green #024526

Tints of British Racing Green #024526

Color information

#024526 (or 0x024526) is unknown color: approx British Racing Green. HEX triplet: 02, 45 and 26. RGB value is (2,69,38). Sum of RGB (Red+Green+Blue) = 2+69+38=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #024526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024526 is #FDBAD9. Grayscale: #2D2D2D. Windows color (decimal): -16628442 or 2508034. OLE color: 2508034.

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

Color convert

RGB26938-
CMYK0.9700.450.73
HSL152.24º94.37%13.92%-
HSV(B)152.24º97.1%27.06%-
XYZ2.54.412.55-
YUV45.43123.897.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 69 (27.34% from 255) = 63.30%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=1.83%
G=63.30%
B=34.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269380.9700.450.73152.2494.3713.92
Hex245266102D49985ee
Octal21054614105511123013616
Binary1010001011001101100001010110110010011001100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024526; }

 p { color: rgb(2,69,38); }

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

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

 a { background-color: rgb(2,69,38); }

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

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

 span { border-color: rgb(2,69,38); }

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