#024114

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

Shades of British Racing Green #024114

Tints of British Racing Green #024114

Color information

#024114 (or 0x024114) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 14. RGB value is (2,65,20). Sum of RGB (Red+Green+Blue) = 2+65+20=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 65 (25.78% from 255 or 74.71% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 65 - color contains mainly: green. Hex color #024114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024114 is #FDBEEB. Grayscale: #292929. Windows color (decimal): -16629484 or 1327362. OLE color: 1327362.

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

Color convert

RGB26520-
CMYK0.9700.690.75
HSL137.14º94.03%13.14%-
HSV(B)137.14º96.92%25.49%-
XYZ2.043.841.3-
YUV41.03116.13100.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 65 (25.78% from 255) = 74.71%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=2.30%
G=74.71%
B=22.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265200.9700.690.75137.1494.0313.14
Hex24114610454B895ed
Octal210124141010511321113615
Binary1010000011010011000010100010110010111000100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024114; }

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

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

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

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

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

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

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

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