#024533

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

Shades of British Racing Green #024533

Tints of British Racing Green #024533

Color information

#024533 (or 0x024533) is unknown color: approx British Racing Green. HEX triplet: 02, 45 and 33. RGB value is (2,69,51). Sum of RGB (Red+Green+Blue) = 2+69+51=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #024533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024533 is #FDBACC. Grayscale: #2E2E2E. Windows color (decimal): -16628429 or 3360002. OLE color: 3360002.

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

Color convert

RGB26951-
CMYK0.9700.260.73
HSL163.88º94.37%13.92%-
HSV(B)163.88º97.1%27.06%-
XYZ2.754.513.86-
YUV46.92130.395.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 69 (27.34% from 255) = 56.56%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=1.64%
G=56.56%
B=41.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269510.9700.260.73163.8894.3713.92
Hex245336101A49a45ee
Octal21056314103211124413616
Binary101000101110011110000101101010010011010010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024533; }

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

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

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

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

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

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

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

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