#024019

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

Shades of British Racing Green #024019

Tints of British Racing Green #024019

Color information

#024019 (or 0x024019) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 19. RGB value is (2,64,25). Sum of RGB (Red+Green+Blue) = 2+64+25=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #024019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024019 is #FDBFE6. Grayscale: #292929. Windows color (decimal): -16629735 or 1654786. OLE color: 1654786.

HSL color Cylindrical-coordinate representation of color #024019: hue angle of 142.26º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024019 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB26425-
CMYK0.9700.610.75
HSL142.26º93.94%12.94%-
HSV(B)142.26º96.88%25.1%-
XYZ2.033.751.54-
YUV41.02118.96100.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 64 (25.39% from 255) = 70.33%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=2.20%
G=70.33%
B=27.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264250.9700.610.75142.2693.9412.94
Hex240196103D4B8e5ed
Octal21003114107511321613615
Binary101000000110011100001011110110010111000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024019; }

 p { color: rgb(2,64,25); }

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

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

 a { background-color: rgb(2,64,25); }

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

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

 span { border-color: rgb(2,64,25); }

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