#01440F

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

Shades of British Racing Green #01440F

Tints of British Racing Green #01440F

Color information

#01440F (or 0x01440F) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 0F. RGB value is (1,68,15). Sum of RGB (Red+Green+Blue) = 1+68+15=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 68 (26.95% from 255 or 80.95% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 68 - color contains mainly: green. Hex color #01440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01440F is #FEBBF0. Grayscale: #2A2A2A. Windows color (decimal): -16694257 or 1000449. OLE color: 1000449.

HSL color Cylindrical-coordinate representation of color #01440F: hue angle of 132.54º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01440F is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB16815-
CMYK0.9900.780.73
HSL132.54º97.1%13.53%-
HSV(B)132.54º98.53%26.67%-
XYZ2.174.181.14-
YUV41.92112.898.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 68 (26.95% from 255) = 80.95%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=1.19%
G=80.95%
B=17.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168150.9900.780.73132.5497.113.53
Hex144F6304E498561e
Octal110417143011611120514116
Binary11000100111111000110100111010010011000010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01440F; }

 p { color: rgb(1,68,15); }

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

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

 a { background-color: rgb(1,68,15); }

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

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

 span { border-color: rgb(1,68,15); }

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