#024331

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

Shades of British Racing Green #024331

Tints of British Racing Green #024331

Color information

#024331 (or 0x024331) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 31. RGB value is (2,67,49). Sum of RGB (Red+Green+Blue) = 2+67+49=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #024331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024331 is #FDBCCE. Grayscale: #2D2D2D. Windows color (decimal): -16628943 or 3228418. OLE color: 3228418.

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

Color convert

RGB26749-
CMYK0.9700.270.74
HSL163.38º94.2%13.53%-
HSV(B)163.38º97.01%26.27%-
XYZ2.594.253.59-
YUV45.51129.9796.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 49 (19.53% from 255) = 41.53%
R=1.69%
G=56.78%
B=41.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267490.9700.270.74163.3894.213.53
Hex243316101B4Aa35ee
Octal21036114103311224313616
Binary101000011110001110000101101110010101010001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024331; }

 p { color: rgb(2,67,49); }

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

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

 a { background-color: rgb(2,67,49); }

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

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

 span { border-color: rgb(2,67,49); }

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