Html Css Color HEX #01542F British Racing Green

📋 copy color: '#01542F'

red 1 ◦ green 84 ◦ blue 47

#01542F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #01542F

Tints of British Racing Green #01542F

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

 GREEN value IS 84 (33.2% 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 value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#01542F (or 0x01542F) is known color: 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

RGB 1 84 47 -
CMYK 0.99 0 0.44 0.67
HSL 153.25º 0.98% 0.17% -
HSV(B) 153.25º 0.99% 0.33% -
XYZ 3.7 6.55 3.76 -
YUV 54.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 1 84 47 0.99 0 0.44 0.67 153.25 0.98 0.17
Hex 1 54 2F 63 0 2C 43 99 62 11
Octal 1 124 57 143 0 54 103 231 142 21
Binary 1 1010100 101111 1100011 0 101100 1000011 10011001 1100010 10001

Color Harmonies of #01542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01542F

Black with #01542F

Text Example


Text Example

White with #01542F

Text Example


Text Example

HTML Codes & Css Web 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>