#024017

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

Shades of British Racing Green #024017

Tints of British Racing Green #024017

Color information

#024017 (or 0x024017) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 17. RGB value is (2,64,23). Sum of RGB (Red+Green+Blue) = 2+64+23=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #024017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024017 is #FDBFE8. Grayscale: #282828. Windows color (decimal): -16629737 or 1523714. OLE color: 1523714.

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

Color convert

RGB26423-
CMYK0.9700.640.75
HSL140.32º93.94%12.94%-
HSV(B)140.32º96.88%25.1%-
XYZ2.013.741.43-
YUV40.79117.96100.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 64 (25.39% from 255) = 71.91%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=2.25%
G=71.91%
B=25.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264230.9700.640.75140.3293.9412.94
Hex24017610404B8c5ed
Octal210027141010011321413615
Binary1010000001011111000010100000010010111000110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024017; }

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

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

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

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

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

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

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

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