Html Css Color HEX #01B545 Dark Pastel Green

📋 copy color: '#01B545'

red 1 ◦ green 181 ◦ blue 69

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

Shades of Dark Pastel Green #01B545

Tints of Dark Pastel Green #01B545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 0.4%
G = 72.11%
B = 27.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#01B545 (or 0x01B545) is known color: Dark Pastel Green. HEX triplet: 01, B5 and 45. RGB value is (1,181,69). Sum of RGB (Red+Green+Blue) = 1+181+69=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 181 (71.09% from 255 or 72.11% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 181 - color contains mainly: green. Hex color #01B545 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B545 is #FE4ABA. Grayscale: #727272. Windows color (decimal): -16665275 or 4568321. OLE color: 4568321.

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

Color convert

RGB 1 181 69 -
CMYK 0.99 0 0.62 0.29
HSL 142.67º 0.99% 0.36% -
HSV(B) 142.67º 0.99% 0.71% -
XYZ 17.61 33.48 11.17 -
YUV 114.41 102.37 47.11 -
System Red Green Blue C M Y K H S L
Decimal 1 181 69 0.99 0 0.62 0.29 142.67 0.99 0.36
Hex 1 B5 45 63 0 3E 1D 8F 63 24
Octal 1 265 105 143 0 76 35 217 143 44
Binary 1 10110101 1000101 1100011 0 111110 11101 10001111 1100011 100100

Color Harmonies of #01B545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B545

Black with #01B545

Text Example


Text Example

White with #01B545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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