Html Css Color HEX #01B341 Dark Pastel Green

📋 copy color: '#01B341'

red 1 ◦ green 179 ◦ blue 65

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

Shades of Dark Pastel Green #01B341

Tints of Dark Pastel Green #01B341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 73.06%

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 0.41%
G = 73.06%
B = 26.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#01B341 (or 0x01B341) is known color: Dark Pastel Green. HEX triplet: 01, B3 and 41. RGB value is (1,179,65). Sum of RGB (Red+Green+Blue) = 1+179+65=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #01B341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B341 is #FE4CBE. Grayscale: #717171. Windows color (decimal): -16665791 or 4305665. OLE color: 4305665.

HSL color Cylindrical-coordinate representation of color #01B341: hue angle of 141.57º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B341 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 179 65 -
CMYK 0.99 0 0.64 0.30
HSL 141.57º 0.99% 0.35% -
HSV(B) 141.57º 0.99% 0.7% -
XYZ 17.09 32.63 10.4 -
YUV 112.78 101.03 48.27 -
System Red Green Blue C M Y K H S L
Decimal 1 179 65 0.99 0 0.64 0.30 141.57 0.99 0.35
Hex 1 B3 41 63 0 40 1E 8E 63 23
Octal 1 263 101 143 0 100 36 216 143 43
Binary 1 10110011 1000001 1100011 0 1000000 11110 10001110 1100011 100011

Color Harmonies of #01B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B341

Black with #01B341

Text Example


Text Example

White with #01B341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,179,65); }

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

background-color css

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

 a { background-color: rgb(1,179,65); }

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

border-color css

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

 span { border-color: rgb(1,179,65); }

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