#024B31

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

Shades of British Racing Green #024B31

Tints of British Racing Green #024B31

Color information

#024B31 (or 0x024B31) is unknown color: approx British Racing Green. HEX triplet: 02, 4B and 31. RGB value is (2,75,49). Sum of RGB (Red+Green+Blue) = 2+75+49=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #024B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B31 is #FDB4CE. Grayscale: #323232. Windows color (decimal): -16626895 or 3230466. OLE color: 3230466.

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

Color convert

RGB27549-
CMYK0.9700.350.71
HSL158.63º94.81%15.1%-
HSV(B)158.63º97.33%29.41%-
XYZ3.15.273.76-
YUV50.21127.3293.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 75 (29.69% from 255) = 59.52%
BLUE value IS 49 (19.53% from 255) = 38.89%
R=1.59%
G=59.52%
B=38.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275490.9700.350.71158.6394.8115.1
Hex24B3161023479f5ff
Octal21136114104310723713717
Binary1010010111100011100001010001110001111001111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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