#01412A

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

Shades of British Racing Green #01412A

Tints of British Racing Green #01412A

Color information

#01412A (or 0x01412A) is unknown color: approx British Racing Green. HEX triplet: 01, 41 and 2A. RGB value is (1,65,42). Sum of RGB (Red+Green+Blue) = 1+65+42=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #01412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01412A is #FEBED5. Grayscale: #2B2B2B. Windows color (decimal): -16694998 or 2769153. OLE color: 2769153.

HSL color Cylindrical-coordinate representation of color #01412A: hue angle of 158.44º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01412A is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB16542-
CMYK0.9800.350.75
HSL158.44º96.97%12.94%-
HSV(B)158.44º98.46%25.49%-
XYZ2.323.952.83-
YUV43.24127.397.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 65 (25.78% from 255) = 60.19%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=0.93%
G=60.19%
B=38.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165420.9800.350.75158.4496.9712.94
Hex1412A620234B9e61d
Octal11015214204311323614115
Binary110000011010101100010010001110010111001111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,65,42); }

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

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

 a { background-color: rgb(1,65,42); }

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

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

 span { border-color: rgb(1,65,42); }

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