Html Css Color HEX #01B540 Dark Pastel Green

📋 copy color: '#01B540'

red 1 ◦ green 181 ◦ blue 64

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

Shades of Dark Pastel Green #01B540

Tints of Dark Pastel Green #01B540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 73.58%

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 0.41%
G = 73.58%
B = 26.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#01B540 (or 0x01B540) is known color: Dark Pastel Green. HEX triplet: 01, B5 and 40. RGB value is (1,181,64). Sum of RGB (Red+Green+Blue) = 1+181+64=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 181 (71.09% from 255 or 73.58% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 181 - color contains mainly: green. Hex color #01B540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B540 is #FE4ABF. Grayscale: #727272. Windows color (decimal): -16665280 or 4240641. OLE color: 4240641.

HSL color Cylindrical-coordinate representation of color #01B540: hue angle of 141º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B540 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 181 64 -
CMYK 0.99 0 0.65 0.29
HSL 141º 0.99% 0.36% -
HSV(B) 141º 0.99% 0.71% -
XYZ 17.46 33.42 10.38 -
YUV 113.84 99.87 47.51 -
System Red Green Blue C M Y K H S L
Decimal 1 181 64 0.99 0 0.65 0.29 141 0.99 0.36
Hex 1 B5 40 63 0 41 1D 8D 63 24
Octal 1 265 100 143 0 101 35 215 143 44
Binary 1 10110101 1000000 1100011 0 1000001 11101 10001101 1100011 100100

Color Harmonies of #01B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B540

Black with #01B540

Text Example


Text Example

White with #01B540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B540; }

 p { color: rgb(1,181,64); }

 H1.HeaderClassName
 {
   color: #01B540;
 }
 .AnyTagClassName
 {
   color: #01B540;
 }
</style>

background-color css

<style>
 a { background-color: #01B540; }

 a { background-color: rgb(1,181,64); }

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

border-color css

<style>
 span { border-color: #01B540; }

 span { border-color: rgb(1,181,64); }

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