Html Css Color HEX #01542E British Racing Green

📋 copy color: '#01542E'

red 1 ◦ green 84 ◦ blue 46

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

Shades of British Racing Green #01542E

Tints of British Racing Green #01542E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 35.11%

R = 0.76%
G = 64.12%
B = 35.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#01542E (or 0x01542E) is known color: British Racing Green. HEX triplet: 01, 54 and 2E. RGB value is (1,84,46). Sum of RGB (Red+Green+Blue) = 1+84+46=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 84 (33.20% from 255 or 64.12% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 84 - color contains mainly: green. Hex color #01542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01542E is #FEABD1. Grayscale: #363636. Windows color (decimal): -16690130 or 3036161. OLE color: 3036161.

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

Color convert

RGB 1 84 46 -
CMYK 0.99 0 0.45 0.67
HSL 152.53º 0.98% 0.17% -
HSV(B) 152.53º 0.99% 0.33% -
XYZ 3.68 6.54 3.65 -
YUV 54.85 123 89.59 -
System Red Green Blue C M Y K H S L
Decimal 1 84 46 0.99 0 0.45 0.67 152.53 0.98 0.17
Hex 1 54 2E 63 0 2D 43 99 62 11
Octal 1 124 56 143 0 55 103 231 142 21
Binary 1 1010100 101110 1100011 0 101101 1000011 10011001 1100010 10001

Color Harmonies of #01542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01542E

Black with #01542E

Text Example


Text Example

White with #01542E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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