#024117

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

Shades of British Racing Green #024117

Tints of British Racing Green #024117

Color information

#024117 (or 0x024117) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 17. RGB value is (2,65,23). Sum of RGB (Red+Green+Blue) = 2+65+23=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #024117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024117 is #FDBEE8. Grayscale: #292929. Windows color (decimal): -16629481 or 1523970. OLE color: 1523970.

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

Color convert

RGB26523-
CMYK0.9700.650.75
HSL140º94.03%13.14%-
HSV(B)140º96.92%25.49%-
XYZ2.073.861.45-
YUV41.38117.6399.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 65 (25.78% from 255) = 72.22%
BLUE value IS 23 (9.38% from 255) = 25.56%
R=2.22%
G=72.22%
B=25.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265230.9700.650.7514094.0313.14
Hex24117610414B8c5ed
Octal210127141010111321413615
Binary1010000011011111000010100000110010111000110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024117; }

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

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

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

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

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

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

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

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