Html Css Color HEX #01B546 Dark Pastel Green

📋 copy color: '#01B546'

red 1 ◦ green 181 ◦ blue 70

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

Shades of Dark Pastel Green #01B546

Tints of Dark Pastel Green #01B546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 0.4%
G = 71.83%
B = 27.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#01B546 (or 0x01B546) is known color: Dark Pastel Green. HEX triplet: 01, B5 and 46. RGB value is (1,181,70). Sum of RGB (Red+Green+Blue) = 1+181+70=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #01B546 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B546 is #FE4AB9. Grayscale: #727272. Windows color (decimal): -16665274 or 4633857. OLE color: 4633857.

HSL color Cylindrical-coordinate representation of color #01B546: hue angle of 143º 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 #01B546 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 181 70 -
CMYK 0.99 0 0.61 0.29
HSL 143º 0.99% 0.36% -
HSV(B) 143º 0.99% 0.71% -
XYZ 17.64 33.5 11.33 -
YUV 114.53 102.87 47.03 -
System Red Green Blue C M Y K H S L
Decimal 1 181 70 0.99 0 0.61 0.29 143 0.99 0.36
Hex 1 B5 46 63 0 3D 1D 8F 63 24
Octal 1 265 106 143 0 75 35 217 143 44
Binary 1 10110101 1000110 1100011 0 111101 11101 10001111 1100011 100100

Color Harmonies of #01B546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B546

Black with #01B546

Text Example


Text Example

White with #01B546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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