#024F33

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

Shades of British Racing Green #024F33

Tints of British Racing Green #024F33

Color information

#024F33 (or 0x024F33) is unknown color: approx British Racing Green. HEX triplet: 02, 4F and 33. RGB value is (2,79,51). Sum of RGB (Red+Green+Blue) = 2+79+51=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 79 (31.25% from 255 or 59.85% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 79 - color contains mainly: green. Hex color #024F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F33 is #FDB0CC. Grayscale: #343434. Windows color (decimal): -16625869 or 3362562. OLE color: 3362562.

HSL color Cylindrical-coordinate representation of color #024F33: hue angle of 158.18º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F33 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB27951-
CMYK0.9700.350.69
HSL158.18º95.06%15.88%-
HSV(B)158.18º97.47%30.98%-
XYZ3.425.844.08-
YUV52.78126.9991.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 79 (31.25% from 255) = 59.85%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=1.52%
G=59.85%
B=38.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279510.9700.350.69158.1895.0615.88
Hex24F3361023459e5f10
Octal21176314104310523613720
Binary10100111111001111000010100011100010110011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024F33; }

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

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

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

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

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

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

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

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