Html Css Color HEX #01B346 Dark Pastel Green

📋 copy color: '#01B346'

red 1 ◦ green 179 ◦ blue 70

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

Shades of Dark Pastel Green #01B346

Tints of Dark Pastel Green #01B346

RGB

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

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

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

R = 0.4%
G = 71.6%
B = 28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#01B346 (or 0x01B346) is known color: Dark Pastel Green. HEX triplet: 01, B3 and 46. RGB value is (1,179,70). Sum of RGB (Red+Green+Blue) = 1+179+70=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #01B346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B346 is #FE4CB9. Grayscale: #717171. Windows color (decimal): -16665786 or 4633345. OLE color: 4633345.

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

Color convert

RGB 1 179 70 -
CMYK 0.99 0 0.61 0.30
HSL 143.26º 0.99% 0.35% -
HSV(B) 143.26º 0.99% 0.7% -
XYZ 17.24 32.69 11.2 -
YUV 113.35 103.53 47.86 -
System Red Green Blue C M Y K H S L
Decimal 1 179 70 0.99 0 0.61 0.30 143.26 0.99 0.35
Hex 1 B3 46 63 0 3D 1E 8F 63 23
Octal 1 263 106 143 0 75 36 217 143 43
Binary 1 10110011 1000110 1100011 0 111101 11110 10001111 1100011 100011

Color Harmonies of #01B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B346

Black with #01B346

Text Example


Text Example

White with #01B346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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