#01542F

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

Shades of British Racing Green #01542F

Tints of British Racing Green #01542F

Color information

#01542F (or 0x01542F) is unknown color: approx British Racing Green. HEX triplet: 01, 54 and 2F. RGB value is (1,84,47). Sum of RGB (Red+Green+Blue) = 1+84+47=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #01542F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01542F is #FEABD0. Grayscale: #373737. Windows color (decimal): -16690129 or 3101697. OLE color: 3101697.

HSL color Cylindrical-coordinate representation of color #01542F: hue angle of 153.25º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01542F is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB18447-
CMYK0.9900.440.67
HSL153.25º97.65%16.67%-
HSV(B)153.25º98.81%32.94%-
XYZ3.76.553.76-
YUV54.96123.589.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 84 (33.20% from 255) = 63.64%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=0.76%
G=63.64%
B=35.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184470.9900.440.67153.2597.6516.67
Hex1542F6302C43996211
Octal11245714305410323114221
Binary1101010010111111000110101100100001110011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,84,47); }

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

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

 a { background-color: rgb(1,84,47); }

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

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

 span { border-color: rgb(1,84,47); }

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