#01481A

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

Shades of British Racing Green #01481A

Tints of British Racing Green #01481A

Color information

#01481A (or 0x01481A) is unknown color: approx British Racing Green. HEX triplet: 01, 48 and 1A. RGB value is (1,72,26). Sum of RGB (Red+Green+Blue) = 1+72+26=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #01481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01481A is #FEB7E5. Grayscale: #2D2D2D. Windows color (decimal): -16693222 or 1722369. OLE color: 1722369.

HSL color Cylindrical-coordinate representation of color #01481A: hue angle of 141.13º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01481A is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB17226-
CMYK0.9900.640.72
HSL141.13º97.26%14.31%-
HSV(B)141.13º98.61%28.24%-
XYZ2.524.721.75-
YUV45.53116.9896.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 72 (28.52% from 255) = 72.73%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=1.01%
G=72.73%
B=26.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172260.9900.640.72141.1397.2614.31
Hex1481A63040488d61e
Octal111032143010011021514116
Binary110010001101011000110100000010010001000110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01481A; }

 p { color: rgb(1,72,26); }

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

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

 a { background-color: rgb(1,72,26); }

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

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

 span { border-color: rgb(1,72,26); }

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