#01562A

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

Shades of British Racing Green #01562A

Tints of British Racing Green #01562A

Color information

#01562A (or 0x01562A) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 2A. RGB value is (1,86,42). Sum of RGB (Red+Green+Blue) = 1+86+42=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 86 (33.98% from 255 or 66.67% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 86 - color contains mainly: green. Hex color #01562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01562A is #FEA9D5. Grayscale: #373737. Windows color (decimal): -16689622 or 2774529. OLE color: 2774529.

HSL color Cylindrical-coordinate representation of color #01562A: hue angle of 148.94º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01562A is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB18642-
CMYK0.9900.510.66
HSL148.94º97.7%17.06%-
HSV(B)148.94º98.84%33.73%-
XYZ3.766.833.31-
YUV55.57120.3489.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 86 (33.98% from 255) = 66.67%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=0.78%
G=66.67%
B=32.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186420.9900.510.66148.9497.717.06
Hex1562A6303342956211
Octal11265214306310222514221
Binary1101011010101011000110110011100001010010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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