#024B2C

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

Shades of British Racing Green #024B2C

Tints of British Racing Green #024B2C

Color information

#024B2C (or 0x024B2C) is unknown color: approx British Racing Green. HEX triplet: 02, 4B and 2C. RGB value is (2,75,44). Sum of RGB (Red+Green+Blue) = 2+75+44=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #024B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B2C is #FDB4D3. Grayscale: #313131. Windows color (decimal): -16626900 or 2902786. OLE color: 2902786.

HSL color Cylindrical-coordinate representation of color #024B2C: hue angle of 154.52º 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 #024B2C is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB27544-
CMYK0.9700.410.71
HSL154.52º94.81%15.1%-
HSV(B)154.52º97.33%29.41%-
XYZ35.233.23-
YUV49.64124.8294.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 75 (29.69% from 255) = 61.98%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=1.65%
G=61.98%
B=36.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275440.9700.410.71154.5294.8115.1
Hex24B2C61029479b5ff
Octal21135414105110723313717
Binary1010010111011001100001010100110001111001101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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