Html Css Color HEX #01542D British Racing Green

📋 copy color: '#01542D'

red 1 ◦ green 84 ◦ blue 45

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

Shades of British Racing Green #01542D

Tints of British Racing Green #01542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 64.62%

 BLUE value IS 45 (17.97% from 255) = 34.62%

R = 0.77%
G = 64.62%
B = 34.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#01542D (or 0x01542D) is known color: British Racing Green. HEX triplet: 01, 54 and 2D. RGB value is (1,84,45). Sum of RGB (Red+Green+Blue) = 1+84+45=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 84 (33.20% from 255 or 64.62% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 84 - color contains mainly: green. Hex color #01542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01542D is #FEABD2. Grayscale: #363636. Windows color (decimal): -16690131 or 2970625. OLE color: 2970625.

HSL color Cylindrical-coordinate representation of color #01542D: hue angle of 151.81º 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 #01542D is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 45 -
CMYK 0.99 0 0.46 0.67
HSL 151.81º 0.98% 0.17% -
HSV(B) 151.81º 0.99% 0.33% -
XYZ 3.66 6.54 3.55 -
YUV 54.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 1 84 45 0.99 0 0.46 0.67 151.81 0.98 0.17
Hex 1 54 2D 63 0 2E 43 98 62 11
Octal 1 124 55 143 0 56 103 230 142 21
Binary 1 1010100 101101 1100011 0 101110 1000011 10011000 1100010 10001

Color Harmonies of #01542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01542D

Black with #01542D

Text Example


Text Example

White with #01542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01542D;
 }
 .AnyTagClassName
 {
   color: #01542D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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