#024119

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

Shades of British Racing Green #024119

Tints of British Racing Green #024119

Color information

#024119 (or 0x024119) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 19. RGB value is (2,65,25). Sum of RGB (Red+Green+Blue) = 2+65+25=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #024119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024119 is #FDBEE6. Grayscale: #292929. Windows color (decimal): -16629479 or 1655042. OLE color: 1655042.

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

Color convert

RGB26525-
CMYK0.9700.620.75
HSL141.9º94.03%13.14%-
HSV(B)141.9º96.92%25.49%-
XYZ2.093.861.56-
YUV41.6118.6399.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 65 (25.78% from 255) = 70.65%
BLUE value IS 25 (10.16% from 255) = 27.17%
R=2.17%
G=70.65%
B=27.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265250.9700.620.75141.994.0313.14
Hex241196103E4B8e5ed
Octal21013114107611321613615
Binary101000001110011100001011111010010111000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024119; }

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

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

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

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

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

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

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

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