#024113

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

Shades of British Racing Green #024113

Tints of British Racing Green #024113

Color information

#024113 (or 0x024113) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 13. RGB value is (2,65,19). Sum of RGB (Red+Green+Blue) = 2+65+19=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 65 (25.78% from 255 or 75.58% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 65 - color contains mainly: green. Hex color #024113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024113 is #FDBEEC. Grayscale: #292929. Windows color (decimal): -16629485 or 1261826. OLE color: 1261826.

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

Color convert

RGB26519-
CMYK0.9700.710.75
HSL136.19º94.03%13.14%-
HSV(B)136.19º96.92%25.49%-
XYZ2.033.841.25-
YUV40.92115.63100.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 65 (25.78% from 255) = 75.58%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=2.33%
G=75.58%
B=22.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265190.9700.710.75136.1994.0313.14
Hex24113610474B885ed
Octal210123141010711321013615
Binary1010000011001111000010100011110010111000100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024113; }

 p { color: rgb(2,65,19); }

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

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

 a { background-color: rgb(2,65,19); }

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

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

 span { border-color: rgb(2,65,19); }

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